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

Lou Logan git at videolan.org
Tue Jan 10 00:00:08 EET 2017


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Thu Dec 22 15:27:49 2016 -0900| [890320b1c084e69456ebeaec66dd471671a40d09] | committer: Lou Logan

doc/scaler: mention default scaling algorithm

Default is "bicubic".

Signed-off-by: Lou Logan <lou at lrcd.com>
Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=890320b1c084e69456ebeaec66dd471671a40d09
---

 doc/scaler.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/scaler.texi b/doc/scaler.texi
index 3e115cd..f73804a 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



More information about the ffmpeg-cvslog mailing list