[svn] / branches / dev-api-4 / xvidcore / src / divx4.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/divx4.c

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

revision 324, Sun Jul 21 03:49:47 2002 UTC revision 397, Wed Sep 4 20:46:00 2002 UTC
# Line 38  Line 38 
38   *  22.12.2001  removed some compiler warnings   *  22.12.2001  removed some compiler warnings
39   *  16.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>   *  16.12.2001  inital version; (c)2001 peter ross <pross@cs.rmit.edu.au>
40   *   *
41   *  $Id: divx4.c,v 1.16 2002-07-21 03:49:47 suxen_drol Exp $   *  $Id: divx4.c,v 1.17 2002-09-04 20:46:00 edgomez Exp $
42   *   *
43   *************************************************************************/   *************************************************************************/
44    
# Line 370  Line 370 
370                          xparam.max_quantizer = eparam->max_quantizer;                          xparam.max_quantizer = eparam->max_quantizer;
371                          xparam.max_key_interval = eparam->max_key_interval;                          xparam.max_key_interval = eparam->max_key_interval;
372    
 #ifdef BFRAMES  
                         xparam.global = 0;  
                         xparam.max_bframes = -1;        /* use "original" IP-frame encoder */  
                         xparam.bquant_ratio = 200;  
                         xparam.frame_drop_ratio = 0;    /* dont drop frames */  
 #endif  
   
373                          /* Create the encoder session */                          /* Create the encoder session */
374                          xerr = encoder_create(&xparam);                          xerr = encoder_create(&xparam);
375    

Legend:
Removed from v.324  
changed lines
  Added in v.397

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