Mercurial > libavcodec.hg
changeset 3787:89ed4a761f51 libavcodec
Remove the override of lmin and lmax, so the actual option value provided will
be used.
author | takis |
---|---|
date | Fri, 29 Sep 2006 19:34:53 +0000 |
parents | 616a81d04758 |
children | 484d719a2028 |
files | utils.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Fri Sep 29 19:33:04 2006 +0000 +++ b/utils.c Fri Sep 29 19:34:53 2006 +0000 @@ -743,8 +743,6 @@ s->release_buffer= avcodec_default_release_buffer; s->get_format= avcodec_default_get_format; s->execute= avcodec_default_execute; - s->lmin= FF_QP2LAMBDA * s->qmin; - s->lmax= FF_QP2LAMBDA * s->qmax; s->sample_aspect_ratio= (AVRational){0,1}; s->pix_fmt= PIX_FMT_NONE; s->sample_fmt= SAMPLE_FMT_S16; // FIXME: set to NONE