diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-30 23:44:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-06 11:00:48 +0200 |
commit | 931a4b433dcec3b8e58fe1ae59883e871cd32eaf (patch) | |
tree | 7f4c289415ba55c1d9b42a65e12a57364f00e511 /doc | |
parent | ccf96f8c642d396daedfc3fcffa1c0619722d4d3 (diff) | |
download | ffmpeg-931a4b433dcec3b8e58fe1ae59883e871cd32eaf.tar.gz |
avfilter/vf_scale: change the default scaler to bicubic
See: [FFmpeg-devel] [PATCH] swscale/options: switch default to bicubic
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 046ca201ae..abc2847991 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6606,7 +6606,7 @@ Default value is @samp{0}. @item flags Set libswscale scaling flags. If not explictly specified the filter -applies a bilinear scaling algorithm. +applies a bicubic scaling algorithm. See @ref{sws_flags,,the ffmpeg-scaler manual,ffmpeg-scaler} for the complete list of values. |