diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-12 18:46:13 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-12 18:46:13 +0200 |
commit | e923e6205eda5ef196844af889c09201675cbb68 (patch) | |
tree | ff1dcdb7e51cf282f61020264b83a216f7c55bcc /doc/filters.texi | |
parent | 33fd82ae9eb1d444b53883737f17cdcbda82eb7b (diff) | |
download | ffmpeg-e923e6205eda5ef196844af889c09201675cbb68.tar.gz |
avfilter/vf_waveform: add yflat filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0064110d39..0d4514678c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19086,6 +19086,9 @@ Similar as above, but shows difference between blue and red chroma. @item xflat Similar as above, but use different colors. +@item yflat +Similar as above, but again with different colors. + @item chroma Displays only chroma. |