[FFmpeg-cvslog] doc/filters: Fix option ranges for the sab filter.

Carl Eugen Hoyos git at videolan.org
Wed Aug 3 16:21:24 EEST 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Aug  3 15:20:38 2016 +0200| [8916ad956a1e9093a935be133b38d0e367c0aee5] | committer: Carl Eugen Hoyos

doc/filters: Fix option ranges for the sab filter.

Fixes ticket #5751.

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

 doc/filters.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 923d481..e950c14 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11219,16 +11219,16 @@ Set luma maximum difference between pixels to still be considered, must
 be a value in the 0.1-100.0 range, default value is 1.0.
 
 @item chroma_radius, cr
-Set chroma blur filter strength, must be a value in range 0.1-4.0. A
+Set chroma blur filter strength, must be a value in range -0.9-4.0. A
 greater value will result in a more blurred image, and in slower
 processing.
 
 @item chroma_pre_filter_radius, cpfr
-Set chroma pre-filter radius, must be a value in the 0.1-2.0 range.
+Set chroma pre-filter radius, must be a value in the -0.9-2.0 range.
 
 @item chroma_strength, cs
 Set chroma maximum difference between pixels to still be considered,
-must be a value in the 0.1-100.0 range.
+must be a value in the -0.9-100.0 range.
 @end table
 
 Each chroma option value, if not explicitly specified, is set to the



More information about the ffmpeg-cvslog mailing list