summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-05-17 01:00:37 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-05-18 14:52:37 +0200
commitd91e44301c92ed6c6c4efc479a3e24437b5cebf3 (patch)
tree7aecc76529d60db0ec870f1c9bad47cea9701823 /doc
parented0aed09e8a19d255963c21c7aeda18cee3d9422 (diff)
doc/filters: apply minor fixes to owdenoise documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index cf2c1a4dac..008699e6e1 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -5215,7 +5215,7 @@ testsrc=s=100x100, split=4 [in0][in1][in2][in3];
@section owdenoise
-Overcomplete Wavelet denoiser.
+Apply Overcomplete Wavelet denoiser.
The filter accepts the following options:
@@ -5226,17 +5226,17 @@ Set depth.
Larger depth values will denoise lower frequency components more, but
slow down filtering.
-Default is @code{8}.
+Must be an int in the range 8-16, default is @code{8}.
-@item luma_strength
+@item luma_strength, ls
Set luma strength.
-Default is @code{1.0}
+Must be a double value in the range 0-1000, default is @code{1.0}.
-@item chroma_strength
+@item chroma_strength, cs
Set chroma strength.
-Default is @code{1.0}
+Must be a double value in the range 0-1000, default is @code{1.0}.
@end table
@section pad