ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/trunk/vfw/src/codec.c
(Generate patch)

Comparing trunk/vfw/src/codec.c (file contents):
Revision 234 by suxen_drol, Thu Jun 20 10:51:08 2002 UTC vs.
Revision 235 by suxen_drol, Sun Jun 23 03:59:49 2002 UTC

# Line 23 | Line 23
23   *
24   *      History:
25   *
26 + *      23.06.2002      XVID_CPU_CHKONLY; loading speed up
27   *      25.04.2002      ICDECOMPRESS_PREROLL
28   *      17.04.2002      re-enabled lumi masking for 1st pass
29   *      15.04.2002      updated cbr support
# Line 294 | Line 295 | LRESULT compress_begin(CODEC * codec, BI
295          param.max_key_interval = codec->config.max_key_interval;
296  
297   #ifdef BFRAMES
298 <    param.packed = codec->config.packed;
298 >        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;
303          param.bquant_ratio = codec->config.bquant_ratio;
304   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines