summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-09-04 17:14:32 +0000
committerPaul B Mahol <onemda@gmail.com>2015-09-04 17:14:32 +0000
commit55886c67e719588b6e73783a78827166cc7af207 (patch)
tree33d7f016ab49665923bf5c314e4b6354b8681325 /doc
parentfda05554e378d18edaf0a810f20341709c7beecf (diff)
avfilter/vf_waveform: change intensity to float
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
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.