[Ffmpeg-cvslog] r7213 - trunk/libavcodec/utils.c
Michael Niedermayer
michaelni
Sun Dec 3 01:16:24 CET 2006
Hi
On Sat, Dec 02, 2006 at 07:58:20PM +0100, diego wrote:
> Author: diego
> Date: Sat Dec 2 19:58:20 2006
> New Revision: 7213
>
> Modified:
> trunk/libavcodec/utils.c
>
> Log:
> Fill in some missing AVOption descriptions.
> patch by V?ctor Paesa, wzrlpy arsystel com
[...]
> +{"faan", "floating point AAN", 0, FF_OPT_TYPE_CONST, FF_DCT_FAAN, INT_MIN, INT_MAX, V|E, "dct"},
AAN= Arai, Agui, and Nakajima
so somehow this sounds funny
floating point Arai, Agui, and Nakajima
somehing tells me DCT should be at the end of that string ...
[...]
> -{"idct", NULL, OFFSET(idct_algo), FF_OPT_TYPE_INT, DEFAULT, 0, INT_MAX, V|E|D, "idct"},
> +{"idct", "use interlaced DCT", OFFSET(idct_algo), FF_OPT_TYPE_INT, DEFAULT, 0, INT_MAX, V|E|D, "idct"},
umm close
[...]
> +{"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
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is
More information about the ffmpeg-cvslog
mailing list