[FFmpeg-devel] [PATCH] doc/scaler: mention default scaling algorithm

Michael Niedermayer michael at niedermayer.cc
Fri Dec 23 04:58:16 EET 2016


On Thu, Dec 22, 2016 at 03:39:05PM -0900, Lou Logan wrote:
> Signed-off-by: Lou Logan <lou at lrcd.com>
> ---
>  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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161223/0a960d4b/attachment.sig>


More information about the ffmpeg-devel mailing list