Mercurial > libavcodec.hg
diff utils.c @ 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 | 9f667875d61b |
| children | 77cb5bdaf963 |
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
