]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: fix obvious mistake for minimum accepted value
authorPaul B Mahol <onemda@gmail.com>
Mon, 7 Dec 2020 12:12:42 +0000 (13:12 +0100)
committerPaul B Mahol <onemda@gmail.com>
Mon, 7 Dec 2020 12:13:47 +0000 (13:13 +0100)
doc/filters.texi

index 3a31f72d790935e15054c40064dd2a49ebe510dd..62d6e26a02e78dcd6cb103c717e348e6bcfa2273 100644 (file)
@@ -1421,7 +1421,7 @@ Specify frequency shift. Allowed range is -INT_MAX to INT_MAX.
 Default value is 0.0.
 
 @item level
-Set output gain applied to final output. Allowed range is from -1.0 to 1.0.
+Set output gain applied to final output. Allowed range is from 0.0 to 1.0.
 Default value is 1.0.
 @end table
 
@@ -2203,7 +2203,7 @@ Specify phase shift. Allowed range is from -1.0 to 1.0.
 Default value is 0.0.
 
 @item level
-Set output gain applied to final output. Allowed range is from -1.0 to 1.0.
+Set output gain applied to final output. Allowed range is from 0.0 to 1.0.
 Default value is 1.0.
 @end table