comparison utils.c @ 1150:dde68a430ba9 libavcodec

user setable quantizer bias
author michaelni
date Sat, 22 Mar 2003 12:09:02 +0000
parents 6842feb093c1
children f0c39139426d
comparison
equal deleted inserted replaced
1149:b48bf370ff44 1150:dde68a430ba9
242 s->me_method= ME_EPZS; 242 s->me_method= ME_EPZS;
243 s->get_buffer= avcodec_default_get_buffer; 243 s->get_buffer= avcodec_default_get_buffer;
244 s->release_buffer= avcodec_default_release_buffer; 244 s->release_buffer= avcodec_default_release_buffer;
245 s->get_format= avcodec_default_get_format; 245 s->get_format= avcodec_default_get_format;
246 s->me_subpel_quality=8; 246 s->me_subpel_quality=8;
247
248 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS;
249 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS;
247 } 250 }
248 251
249 /** 252 /**
250 * allocates a AVCodecContext and set it to defaults. 253 * allocates a AVCodecContext and set it to defaults.
251 * this can be deallocated by simply calling free() 254 * this can be deallocated by simply calling free()