[FFmpeg-devel] [PATCH v3] doc/scaler: mention default scaling algorithm
Lou Logan
lou at lrcd.com
Sun Jan 8 23:28:56 EET 2017
Default is "bicubic".
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 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
--
2.11.0
More information about the ffmpeg-devel
mailing list