diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-12-31 11:15:10 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-12-31 11:44:18 +0100 |
commit | b98c58573b0ecdbfe72059debbf26c53a7cfcfe5 (patch) | |
tree | 14884d6db669e8556746966a7abb59836e89999c /doc | |
parent | 416090089909d19f2f6b80a15d6588242b7b8aa4 (diff) | |
download | ffmpeg-b98c58573b0ecdbfe72059debbf26c53a7cfcfe5.tar.gz |
avfilter/avf_showspectrum: add fire color map
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-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 2e52c44901..92931aa0c6 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14621,6 +14621,8 @@ each channel is displayed using the rainbow color scheme each channel is displayed using the moreland color scheme @item nebulae each channel is displayed using the nebulae color scheme +@item fire +each channel is displayed using the fire color scheme @end table Default value is @samp{channel}. |