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 |
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 |