On Thu, Dec 22, 2016 at 03:39:05PM -0900, Lou Logan wrote: > Signed-off-by: Lou Logan <[email protected]> > --- > doc/scaler.texi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/doc/scaler.texi b/doc/scaler.texi > index 3e115cd..7d482dd 100644 > --- a/doc/scaler.texi > +++ b/doc/scaler.texi > @@ -13,7 +13,8 @@ FFmpeg tools. For programmatic use, they can be set > explicitly in the > @anchor{sws_flags} > @item sws_flags > Set the scaler flags. This is also used to set the scaling > -algorithm. Only a single algorithm should be selected. > +algorithm. Only a single algorithm should be selected. Default > +value is @samp{bilinear}.
are you sure this is correct ?
i see:
libswscale/options.c: { "sws_flags", "scaler flags",
OFFSET(flags), AV_OPT_TYPE_FLAGS, { .i64 = SWS_BICUBIC }, 0,
UINT_MAX, VE, "sws_flags" },
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
