From 890320b1c084e69456ebeaec66dd471671a40d09 Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Thu, 22 Dec 2016 15:27:49 -0900 Subject: [PATCH] doc/scaler: mention default scaling algorithm Default is "bicubic". Signed-off-by: Lou Logan Reviewed-by: Michael Niedermayer --- doc/scaler.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/scaler.texi b/doc/scaler.texi index 3e115cdda5..f73804adfe 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{bicubic}. It accepts the following values: @table @samp