Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-13 02:44:08 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-02-15 04:06:56 +0400
commit7ac3ccc5f238960cdf9e9c525c638d9f724031aa (patch)
treea1d80fa4bbcd979d2a48b0adf911bccda777a25d /doc/filters.texi
parent772b949d8eea8ad74a370aab3926691076e9dcd4 (diff)
lavfi/unsharp: use the same macros used in the original MP filter
Remove possibly pointless inconsistency with the ported code. Also specify parameter value ranges consistent with those of the ported filter.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index ed552047a9..841d904f36 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4925,11 +4925,11 @@ equivalent of the string '5:5:1.0:5:5:0.0'.
@item luma_msize_x
Set the luma matrix horizontal size. It can be an integer between 3
-and 13, default value is 5.
+and 63, default value is 5.
@item luma_msize_y
Set the luma matrix vertical size. It can be an integer between 3
-and 13, default value is 5.
+and 63, default value is 5.
@item luma_amount
Set the luma effect strength. It can be a float number between -2.0
@@ -4937,11 +4937,11 @@ and 5.0, default value is 1.0.
@item chroma_msize_x
Set the chroma matrix horizontal size. It can be an integer between 3
-and 13, default value is 5.
+and 63, default value is 5.
@item chroma_msize_y
Set the chroma matrix vertical size. It can be an integer between 3
-and 13, default value is 5.
+and 63, default value is 5.
@item chroma_amount
Set the chroma effect strength. It can be a float number between -2.0