diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-12-30 17:21:35 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-12-30 17:21:35 +0100 |
commit | f651b18c19f19abb080d22e0e756a320d482a667 (patch) | |
tree | c2832961801d60b6f2f3c8497281b8562f3f0608 /doc | |
parent | b2491566a663bbdd3cbb61eb12620714be8771dd (diff) | |
download | ffmpeg-f651b18c19f19abb080d22e0e756a320d482a667.tar.gz |
avfilter/vf_histogram: add envelope to thistogram filter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 341503c7f8..ba00989987 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -17792,7 +17792,13 @@ Set what color components to display. Default is @code{7}. @item bgopacity, b -Set background opacity. Default is @code{0.5}. +Set background opacity. Default is @code{0.9}. + +@item envelope, e +Show envelope. Default is disabled. + +@item ecolor, ec +Set envelope color. Default is @code{gold}. @end table @section threshold |