[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.11, Sat May 24 21:22:18 2003 UTC revision 1.1.2.12, Sat May 24 22:03:50 2003 UTC
# Line 678  Line 678 
678  static int  static int
679  rc_2pass2_after(rc_2pass2_t * rc, xvid_plg_data_t * data)  rc_2pass2_after(rc_2pass2_t * rc, xvid_plg_data_t * data)
680  {  {
681            const char frame_type[4] = { 'i', 'p', 'b', 's'};
682      stat_t * s = &rc->stats[data->frame_num];      stat_t * s = &rc->stats[data->frame_num];
683    
684          /* Insufficent stats data */          /* Insufficent stats data */
# Line 706  Line 707 
707          rc->KFoverflow -= rc->KFoverflow_partial;          rc->KFoverflow -= rc->KFoverflow_partial;
708      }      }
709    
710          DPRINTF(XVID_DEBUG_RC, "[%i] quant:%i stats1:%i scaled:%i actual:%i overflow:%i\n",          DPRINTF(XVID_DEBUG_RC, "[%i] type:%c quant:%i stats1:%i scaled:%i actual:%i overflow:%i\n",
711                          data->frame_num,                          data->frame_num,
712                            frame_type[data->type-1],
713                          data->quant,                          data->quant,
714                          s->length,                          s->length,
715                          s->scaled_length,                          s->scaled_length,

Legend:
Removed from v.1.1.2.11  
changed lines
  Added in v.1.1.2.12

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