mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
doc/filters: fix obvious mistake for minimum accepted value
This commit is contained in:
parent
95fd790c14
commit
fcae745f46
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user