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

Guillaume POIRIER poirierg
Mon Dec 4 14:05:41 CET 2006


Hi,

On 12/4/06, Diego Biurrun <diego at biurrun.de> wrote:
> On Sun, Dec 03, 2006 at 01:16:24AM +0100, Michael Niedermayer wrote:
> >
> > On Sat, Dec 02, 2006 at 07:58:20PM +0100, diego wrote:

> > > +{"mb_qmin", "obsolete, use vqmin", OFFSET(mb_qmin), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
> > > +{"mb_qmax", "obsolete, use vqmax", OFFSET(mb_qmax), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, V|E},
> >
> > what is vqmin/vqmax? my grep doesnt find them in ffmpeg
>
> Then the MPlayer man page is buggy regarding this:
>
>   mbqmin=<1\-31>
>     obsolete, use vqmin
>
>   mbqmax=<1\-31>
>     obsolete, use vqmax

For what it's worth, these options were marked as obsolete with this commit:
http://svn.mplayerhq.hu/mplayer/trunk/DOCS/man/en/mplayer.1?r1=13914&r2=13931
Given that it's done by Loren, I trust these information are correct.

vq(min|max) correspond to lavc's qmin and qmax, at least that is what
ve_lavc.c:342 says:

    lavc_venc_context->qmin= lavc_param_vqmin;
    lavc_venc_context->qmax= lavc_param_vqmax;

Guillaume
-- 
An association of men who will not quarrel with one another is a thing
which has never yet existed, from the greatest confederacy of nations
down to a town meeting or a vestry.
 -- Thomas Jefferson
(when interviewed about MPlayer ML flamewars)
http://www.brainyquote.com/quotes/quotes/t/thomasjeff157207.html




More information about the ffmpeg-cvslog mailing list