diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-09-17 14:12:33 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-09-17 14:14:22 +0000 |
commit | 245bf7c18a71fa3800bb4c3fcea5e08ba90b4f2c (patch) | |
tree | 604a8872aeedc1ed560f8beeaa8573819ee9d34b /doc/filters.texi | |
parent | e1ac0ecbbabe5f6961ca9e2364854e5068e025d0 (diff) | |
download | ffmpeg-245bf7c18a71fa3800bb4c3fcea5e08ba90b4f2c.tar.gz |
doc/filters: showfreqs: fix typo
Fixes #4863
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-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 b3e5835716..4a55e59164 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13320,7 +13320,7 @@ which means optimal overlap for selected window function will be picked. Set time averaging. Setting this to 0 will display current maximal peaks. Default is @code{1}, which means time averaging is disabled. -@item color +@item colors Specify list of colors separated by space or by '|' which will be used to draw channel frequencies. Unrecognized or missing colors will be replaced by white color. |