comparison utils.c @ 1585:6b224ca24033 libavcodec

revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
author melanson
date Thu, 30 Oct 2003 05:40:58 +0000
parents ece0ad14a35d
children de5e2acd0f80
comparison
equal deleted inserted replaced
1584:3615999a7284 1585:6b224ca24033
316 s->lmax= FF_QP2LAMBDA * s->qmax; 316 s->lmax= FF_QP2LAMBDA * s->qmax;
317 s->sample_aspect_ratio= (AVRational){0,1}; 317 s->sample_aspect_ratio= (AVRational){0,1};
318 318
319 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS; 319 s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS;
320 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS; 320 s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS;
321 s->palctrl = NULL;
321 } 322 }
322 323
323 /** 324 /**
324 * allocates a AVCodecContext and set it to defaults. 325 * allocates a AVCodecContext and set it to defaults.
325 * this can be deallocated by simply calling free() 326 * this can be deallocated by simply calling free()