[Ffmpeg-cvslog] r6384 - trunk/libavcodec/utils.c

takis subversion
Fri Sep 29 21:34:54 CEST 2006


Author: takis
Date: Fri Sep 29 21:34:53 2006
New Revision: 6384

Modified:
   trunk/libavcodec/utils.c

Log:
Remove the override of lmin and lmax, so the actual option value provided will
be used.


Modified: trunk/libavcodec/utils.c
==============================================================================
--- trunk/libavcodec/utils.c	(original)
+++ trunk/libavcodec/utils.c	Fri Sep 29 21:34:53 2006
@@ -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




More information about the ffmpeg-cvslog mailing list