[cvs] / xvidcore / vfw / src / status.c Repository:
ViewVC logotype

Diff of /xvidcore/vfw/src/status.c

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

revision 1.1.2.5, Fri Jan 23 13:27:59 2004 UTC revision 1.1.2.6, Mon Feb 16 03:29:02 2004 UTC
# Line 363  Line 363 
363  void status_update(status_t *s, int type, int length, int quant)  void status_update(status_t *s, int type, int length, int quant)
364  {  {
365          s->count[0]++;          s->count[0]++;
         s->count[type]++;  
366    
367          status_debugoutput(s, type, length, quant);          status_debugoutput(s, type, length, quant);
368    
369          if (type == 4) type = 2; /* XVID_TYPE_SVOP to XVID_TYPE_PVOP */          if (type == XVID_TYPE_SVOP) type = XVID_TYPE_PVOP;
370            s->count[type]++;
371    
372          if (s->min_quant[0]==0 || quant<s->min_quant[0]) s->min_quant[0] = quant;          if (s->min_quant[0]==0 || quant<s->min_quant[0]) s->min_quant[0] = quant;
373          if (s->max_quant[0]==0 || quant>s->max_quant[0]) s->max_quant[0] = quant;          if (s->max_quant[0]==0 || quant>s->max_quant[0]) s->max_quant[0] = quant;

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

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