diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-12-28 19:50:33 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-12-28 21:51:40 +0100 |
commit | 6399eed48a8dde7b2db6d7bf4207737e1a711aa4 (patch) | |
tree | d4153c83139c841c8d60e004c036a02b9883cd18 /doc/filters.texi | |
parent | b3216f13ce0effaab83995d8c7f6e341ec74f313 (diff) | |
download | ffmpeg-6399eed48a8dde7b2db6d7bf4207737e1a711aa4.tar.gz |
avfilter/vf_waveform: implement tint options
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 7c6003ac3d..cccdae35d9 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19689,6 +19689,12 @@ Default is digital. @item bgopacity, b Set background opacity. + +@item tint0, t0 +@item tint1, t1 +Set tint for output. +Only used with lowpass filter and when display is not overlay and input +pixel formats are not RGB. @end table @section weave, doubleweave |