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

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

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

revision 1.1.2.28, Fri Dec 5 14:44:35 2003 UTC revision 1.1.2.29, Sun Dec 7 15:08:15 2003 UTC
# Line 333  Line 333 
333          /* Compute the target filesize */          /* Compute the target filesize */
334          if (rc->param.bitrate<0) {          if (rc->param.bitrate<0) {
335                  /* if negative, bitrate equals the target (in kbytes) */                  /* if negative, bitrate equals the target (in kbytes) */
336                  rc->target = (-rc->param.bitrate) * 1024;                  rc->target = ((uint64_t)(-rc->param.bitrate)) * 1024;
337          } else if (rc->num_frames  < create->fbase/create->fincr) {          } else if (rc->num_frames  < create->fbase/create->fincr) {
338                  /* Source sequence is less than 1s long, we do as if it was 1s long */                  /* Source sequence is less than 1s long, we do as if it was 1s long */
339                  rc->target = rc->param.bitrate / 8;                  rc->target = rc->param.bitrate / 8;

Legend:
Removed from v.1.1.2.28  
changed lines
  Added in v.1.1.2.29

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