comparison utils.c @ 1606:a1ac8e675b95 libavcodec

Add cr codec capability and buffer hints
author rtognimp
date Fri, 07 Nov 2003 21:20:24 +0000
parents bb0fa675533f
children 586b5c08863c
comparison
equal deleted inserted replaced
1605:2fb583cb0013 1606:a1ac8e675b95
324 s->sample_aspect_ratio= (AVRational){0,1}; 324 s->sample_aspect_ratio= (AVRational){0,1};
325 325
326 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS; 326 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS;
327 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS; 327 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS;
328 s->palctrl = NULL; 328 s->palctrl = NULL;
329 s->cr_available = 0;
329 } 330 }
330 331
331 /** 332 /**
332 * allocates a AVCodecContext and set it to defaults. 333 * allocates a AVCodecContext and set it to defaults.
333 * this can be deallocated by simply calling free() 334 * this can be deallocated by simply calling free()