[Ffmpeg-devel] About r7365
Víctor Paesa
wzrlpy
Mon Dec 25 11:39:29 CET 2006
Hi,
>Modified: trunk/libavcodec/utils.c
>==============================================================================
>--- trunk/libavcodec/utils.c (original)
>+++ trunk/libavcodec/utils.c Sat Dec 23 04:05:36 2006
>@@ -701,6 +701,7 @@
> {"fastpskip", "fast pskip (H.264)", 0, FF_OPT_TYPE_CONST,
CODEC_FLAG2_FASTPSKIP, INT_MIN, INT_MAX, V|E, "flags2"},
> {"aud", "access unit delimiters (H.264)", 0, FF_OPT_TYPE_CONST,
CODEC_FLAG2_AUD, INT_MIN, INT_MAX, V|E, "flags2"},
> {"brdo", "b-frame rate-distortion optimization", 0, FF_OPT_TYPE_CONST,
CODEC_FLAG2_BRDO, INT_MIN, INT_MAX, V|E, "flags2"},
>+{"skiprd", NULL, 0, FF_OPT_TYPE_CONST, CODEC_FLAG2_SKIP_RD, INT_MIN,
INT_MAX, V|E, "flags2"},
> {"complexityblur", "reduce fluctuations in qp (before curve
compression)", OFFSET(complexityblur), FF_OPT_TYPE_FLOAT, 20.0, FLT_MIN,
FLT_MAX, V|E},
> {"deblockalpha", "in-loop deblocking filter alphac0 parameter",
OFFSET(deblockalpha), FF_OPT_TYPE_INT, DEFAULT, -6, 6, V|E},
> {"deblockbeta", "in-loop deblocking filter beta parameter",
OFFSET(deblockbeta), FF_OPT_TYPE_INT, DEFAULT, -6, 6, V|E},
The doxygen for skiprd says "RD optimal MB level residual skiping" but
wouldn't be nicer if newborn AVOptions had a few words as description,
instead of NULL?
Regards,
V?ctor
More information about the ffmpeg-devel
mailing list