[svn] / branches / dev-api-4 / xvidcore / vfw / src / status.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/vfw/src/status.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1061, Tue Jun 10 10:07:03 2003 UTC revision 1114, Thu Aug 7 13:25:16 2003 UTC
# Line 19  Line 19 
19   * along with this program; if not, write to the Free Software   * along with this program; if not, write to the Free Software
20   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21   *   *
22   * $Id: status.c,v 1.1.2.1 2003-06-10 10:07:03 suxen_drol Exp $   * $Id: status.c,v 1.1.2.2 2003-08-07 13:25:16 syskin Exp $
23   *   *
24   *****************************************************************************/   *****************************************************************************/
25    
# Line 273  Line 273 
273  /* feed stats info into the window */  /* feed stats info into the window */
274  void status_update(status_t *s, int type, int length, int quant)  void status_update(status_t *s, int type, int length, int quant)
275  {  {
276            if (type == 4) type = 2; /* XVID_TYPE_SVOP to XVID_TYPE_PVOP */
277      s->count[0]++;      s->count[0]++;
278      s->count[type]++;      s->count[type]++;
279    

Legend:
Removed from v.1061  
changed lines
  Added in v.1114

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4