diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-09-04 17:14:32 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-09-04 17:14:32 +0000 |
commit | 55886c67e719588b6e73783a78827166cc7af207 (patch) | |
tree | 33d7f016ab49665923bf5c314e4b6354b8681325 /doc/filters.texi | |
parent | fda05554e378d18edaf0a810f20341709c7beecf (diff) | |
download | ffmpeg-55886c67e719588b6e73783a78827166cc7af207.tar.gz |
avfilter/vf_waveform: change intensity to float
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 57e8b50e05..d506d68a5e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11059,7 +11059,7 @@ color component value = 0 and bottom side represents value = 255. @item intensity, i Set intensity. Smaller values are useful to find out how many values of the same luminance are distributed across input rows/columns. -Default value is @code{10}. Allowed range is [1, 255]. +Default value is @code{0.04}. Allowed range is [0, 1]. @item mirror, r Set mirroring mode. @code{0} means unmirrored, @code{1} means mirrored. |