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

Diff of /xvidcore/src/divx4.c

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

revision 1.16.2.1, Sat Oct 5 21:34:35 2002 UTC revision 1.16.2.3, Thu Nov 7 10:28:15 2002 UTC
# Line 284  Line 284 
284                          }                          }
285    
286                          /* Decode the bitstream */                          /* Decode the bitstream */
287                          xerr = decoder_decode(dcur->handle, &dcur->xframe);                          xerr = decoder_decode(dcur->handle, &dcur->xframe, NULL);
288    
289                          /* Restore the real colorspace for this instance */                          /* Restore the real colorspace for this instance */
290                          if (!dframe->render_flag) {                          if (!dframe->render_flag) {
# Line 367  Line 367 
367                          xparam.max_quantizer = eparam->max_quantizer;                          xparam.max_quantizer = eparam->max_quantizer;
368                          xparam.max_key_interval = eparam->max_key_interval;                          xparam.max_key_interval = eparam->max_key_interval;
369    
 #ifdef BFRAMES  
370                          xparam.global = 0;                          xparam.global = 0;
371                          xparam.max_bframes = -1;        /* use "original" IP-frame encoder */                          xparam.max_bframes = -1;        /* use "original" IP-frame encoder */
372                          xparam.bquant_ratio = 200;                          xparam.bquant_ratio = 200;
373                          xparam.frame_drop_ratio = 0;    /* dont drop frames */                          xparam.frame_drop_ratio = 0;    /* dont drop frames */
 #endif  
374    
375                          /* Create the encoder session */                          /* Create the encoder session */
376                          xerr = encoder_create(&xparam);                          xerr = encoder_create(&xparam);

Legend:
Removed from v.1.16.2.1  
changed lines
  Added in v.1.16.2.3

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