diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-09-17 13:11:30 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-09-17 13:11:30 +0000 |
commit | 00776e75b17945ec8365dfb60e0a02af1ea26d00 (patch) | |
tree | 3192abd0cab8c7934412b9c6448c90852364c48c /doc | |
parent | f825883eeb50a9cc8b668a846abe15979ca0ab9e (diff) | |
download | ffmpeg-00776e75b17945ec8365dfb60e0a02af1ea26d00.tar.gz |
doc/filters: stereotools: fix mistake
Reported-by: RiCON
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4df2363236..b3e5835716 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2417,11 +2417,11 @@ or spreading the stereo image of master track. The filter accepts the following options: @table @option -@table level_in +@item level_in Set input level before filtering for both channels. Defaults is 1. Allowed range is from 0.015625 to 64. -@table level_out +@item level_out Set output level after filtering for both channels. Defaults is 1. Allowed range is from 0.015625 to 64. |