diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-08-19 17:55:02 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-08-19 18:03:07 +0200 |
commit | 0d8b6a15ddcaded970c7b8545573a4ed1fde8e21 (patch) | |
tree | 65df1ece1c13fc50b16acb028984a008ec6d085c /doc/filters.texi | |
parent | ca906e81909d0eee25ce745e162aa0f6ea6eb8e8 (diff) | |
download | ffmpeg-0d8b6a15ddcaded970c7b8545573a4ed1fde8e21.tar.gz |
avfilter/vf_histogram: make foreground and background opacity configurable
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 8ae9c42034..e9b8c93529 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8555,6 +8555,12 @@ Default is @code{linear}. @item components Set what color components to display. Default is @code{7}. + +@item fgopacity +Set foreground opacity. Default is @code{0.7}. + +@item bgopacity +Set background opacity. Default is @code{0.5}. @end table @subsection Examples |