[cvs] / xvidcore / src / plugins / plugin_cbr.c Repository:
ViewVC logotype

Diff of /xvidcore/src/plugins/plugin_cbr.c

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

revision 1.1.2.1, Sun Mar 23 04:03:01 2003 UTC revision 1.1.2.2, Sun Mar 23 09:39:29 2003 UTC
# Line 87  Line 87 
87    
88          /* Last bunch of variables */          /* Last bunch of variables */
89    
90      printf("bytes_per_sec: %i\n", rc->bytes_per_sec);      DPRINTF(DPRINTF_RC, "bytes_per_sec: %i\n", rc->bytes_per_sec);
91      printf("frame rate   : %f\n", (double)create->fbase / create->fincr);      DPRINTF(DPRINTF_RC, "frame rate   : %f\n", (double)create->fbase / create->fincr);
92      printf("target_framesize: %f\n",rc->target_framesize);      DPRINTF(DPRINTF_RC, "target_framesize: %f\n",rc->target_framesize);
93    
94      rc->sequence_quality = 2.0 / (double) rc->rtn_quant;      rc->sequence_quality = 2.0 / (double) rc->rtn_quant;
95          rc->avg_framesize = rc->target_framesize;          rc->avg_framesize = rc->target_framesize;

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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