diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-03-05 21:56:31 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-03-05 22:11:38 +0100 |
commit | fb5e871937348c6bf59cc6c640cfb3305a092f4f (patch) | |
tree | 6c32e0cb7544a2f9b1c3d711548b47e5709f6739 /doc | |
parent | 044c09c0a0b5e2d91d75619c1327e232a4914030 (diff) | |
download | ffmpeg-fb5e871937348c6bf59cc6c640cfb3305a092f4f.tar.gz |
avfilter/avf_ahistogram: add new histogram mode option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 15d9d0fd8d..da8d12604a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -25969,6 +25969,18 @@ replace old rows with new ones. scroll from top to bottom. @end table Default is @code{replace}. + +@item hmode +Set histogram mode. + +It accepts the following values: +@table @samp +@item abs +Use absolute values of samples. +@item sign +Use untouched values of samples. +@end table +Default is @code{abs}. @end table @section aphasemeter |