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

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

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

revision 1.1.2.10, Wed Dec 17 15:16:16 2003 UTC revision 1.1.2.11, Thu Dec 18 17:43:32 2003 UTC
# Line 105  Line 105 
105  static int rc_2pass1_after(rc_2pass1_t * rc, xvid_plg_data_t * data)  static int rc_2pass1_after(rc_2pass1_t * rc, xvid_plg_data_t * data)
106  {  {
107          char type;          char type;
108            xvid_enc_stats_t *stats = &data->stats;
109    
110          /* Frame type in ascii I/P/B */          /* Frame type in ascii I/P/B */
111          switch(data->type) {          switch(stats->type) {
112          case XVID_TYPE_IVOP:          case XVID_TYPE_IVOP:
113                  type = 'i';                  type = 'i';
114                  break;                  break;
# Line 126  Line 127 
127    
128          /* write the resulting statistics */          /* write the resulting statistics */
129    
130          fprintf(rc->stat_file, "%c %d %d %d %d %d\n",          fprintf(rc->stat_file, "%c %d %d %d %d %d %d\n",
131          type,          type,
132                  data->quant,                          stats->quant,
133                  data->kblks,                          stats->kblks,
134          data->mblks,                          stats->mblks,
135          data->ublks,                          stats->ublks,
136          data->length);                          stats->length,
137                            stats->hlength);
138    
139          return(0);          return(0);
140  }  }

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

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