[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.34, Wed Jan 7 13:51:24 2004 UTC revision 1.1.2.35, Wed Jan 21 06:59:23 2004 UTC
# Line 618  Line 618 
618          if (dbytes > s->length) {          if (dbytes > s->length) {
619                  dbytes = s->length;                  dbytes = s->length;
620          } else          } else
 #endif  
621                  if (dbytes < rc->min_length[s->type-1]) {                  if (dbytes < rc->min_length[s->type-1]) {
622                  dbytes = rc->min_length[s->type-1];                  dbytes = rc->min_length[s->type-1];
623          } else if (dbytes > rc->max_length) {          } else if (dbytes > rc->max_length) {
# Line 630  Line 629 
629                  DPRINTF(XVID_DEBUG_RC,"[xvid rc] -- frame:%d Capped to maximum frame size\n",                  DPRINTF(XVID_DEBUG_RC,"[xvid rc] -- frame:%d Capped to maximum frame size\n",
630                                  data->frame_num);                                  data->frame_num);
631          }          }
632    #endif
633          /*------------------------------------------------------------------------          /*------------------------------------------------------------------------
634           * Desired frame length <-> quantizer mapping           * Desired frame length <-> quantizer mapping
635           *-----------------------------------------------------------------------*/           *-----------------------------------------------------------------------*/

Legend:
Removed from v.1.1.2.34  
changed lines
  Added in v.1.1.2.35

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