[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.9, Thu May 22 22:17:44 2003 UTC revision 1.1.2.10, Thu May 22 22:56:22 2003 UTC
# Line 704  Line 704 
704          DPRINTF(XVID_DEBUG_RC, "Target bitrate: %ld\n", rc->param.bitrate);          DPRINTF(XVID_DEBUG_RC, "Target bitrate: %ld\n", rc->param.bitrate);
705          DPRINTF(XVID_DEBUG_RC, "Target filesize: %lld\n", rc->target);          DPRINTF(XVID_DEBUG_RC, "Target filesize: %lld\n", rc->target);
706    
707  #if 0          /* Compensate the mean frame overhead caused by the container */
708          rc->target -= rc->num_frames*24;        /* avi file header */          rc->target -= rc->num_frames*rc->param.container_frame_overhead;
709  #endif          DPRINTF(XVID_DEBUG_RC, "Container Frame overhead: %d\n", rc->param.container_frame_overhead);
710            DPRINTF(XVID_DEBUG_RC, "Target filesize (after container compensation): %lld\n", rc->target);
711    
712          pre_process0(rc);          pre_process0(rc);
713    

Legend:
Removed from v.1.1.2.9  
changed lines
  Added in v.1.1.2.10

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