diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-12-30 18:35:17 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-12-30 18:53:24 +0100 |
commit | 2893dbfe2c316904de8a445c43f0e3089224e584 (patch) | |
tree | 0c545fefecad577cc16296dc9a6d619c92e1c2c6 /doc/filters.texi | |
parent | 05434b0eea3f959b8b44be97c56bad6ab6a0dc22 (diff) | |
download | ffmpeg-2893dbfe2c316904de8a445c43f0e3089224e584.tar.gz |
avfilter/avf_showspectrum: add moreland color map
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, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 144ca36eae..9fca4a1211 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14617,6 +14617,8 @@ each channel is displayed in a separate color each channel is displayed using the same color scheme @item rainbow each channel is displayed using the rainbow color scheme +@item moreland +each channel is displayed using the moreland color scheme @end table Default value is @samp{channel}. |