[svn] / trunk / vfw / src / codec.c Repository:
ViewVC logotype

Diff of /trunk/vfw/src/codec.c

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

revision 228, Thu Jun 20 10:51:08 2002 UTC revision 278, Wed Jul 10 13:02:15 2002 UTC
# Line 23  Line 23 
23   *   *
24   *      History:   *      History:
25   *   *
26     *      23.06.2002      XVID_CPU_CHKONLY; loading speed up
27   *      25.04.2002      ICDECOMPRESS_PREROLL   *      25.04.2002      ICDECOMPRESS_PREROLL
28   *      17.04.2002      re-enabled lumi masking for 1st pass   *      17.04.2002      re-enabled lumi masking for 1st pass
29   *      15.04.2002      updated cbr support   *      15.04.2002      updated cbr support
# Line 294  Line 295 
295          param.max_key_interval = codec->config.max_key_interval;          param.max_key_interval = codec->config.max_key_interval;
296    
297  #ifdef BFRAMES  #ifdef BFRAMES
298      param.packed = codec->config.packed;          param.global = 0;
299            if (codec->config.packed) param.global |= XVID_GLOBAL_PACKED;
300            if (codec->config.dx50bvop) param.global |= XVID_GLOBAL_DX50BVOP;
301            if (codec->config.debug) param.global |= XVID_GLOBAL_DEBUG;
302          param.max_bframes = codec->config.max_bframes;          param.max_bframes = codec->config.max_bframes;
303          param.bquant_ratio = codec->config.bquant_ratio;          param.bquant_ratio = codec->config.bquant_ratio;
304  #endif  #endif
# Line 506  Line 510 
510                  frame.intra = 0;                  frame.intra = 0;
511          }          }
512    
513    #ifdef BFRAMES
514            frame.bquant = 0;
515    #endif
516    
517          OutputDebugString(" ");          OutputDebugString(" ");
518          switch (xvid_encore(codec->ehandle, XVID_ENC_ENCODE, &frame, &stats))          switch (xvid_encore(codec->ehandle, XVID_ENC_ENCODE, &frame, &stats))
519          {          {

Legend:
Removed from v.228  
changed lines
  Added in v.278

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