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

Diff of /trunk/xvidcore/src/divx4.c

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

revision 195, Wed Jun 12 20:38:41 2002 UTC revision 238, Mon Jun 24 09:53:18 2002 UTC
# Line 32  Line 32 
32   *   *
33   *  History:   *  History:
34   *   *
35     *      24.02.2002      #def BFRAMES compatibility
36   *  26.02.2001  fixed dec_csp bugs   *  26.02.2001  fixed dec_csp bugs
37   *  26.12.2001  xvid_init() support   *  26.12.2001  xvid_init() support
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.14 2002-06-12 20:38:39 edgomez Exp $   *  $Id: divx4.c,v 1.15 2002-06-24 09:53:17 suxen_drol Exp $
42   *   *
43   *************************************************************************/   *************************************************************************/
44    
# Line 369  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    
373    #ifdef BFRAMES
374                            xparam.global = 0;
375                            xparam.max_bframes = -1;        /* use "original" IP-frame encoder */
376                            xparam.bquant_ratio = 200;
377    #endif
378    
379                          /* Create the encoder session */                          /* Create the encoder session */
380                          xerr = encoder_create(&xparam);                          xerr = encoder_create(&xparam);
381    

Legend:
Removed from v.195  
changed lines
  Added in v.238

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