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 <stefasab@gmail.com>2013-02-15 17:18:02 +0400
committerStefano Sabatini <stefasab@gmail.com>2013-02-17 14:47:39 +0400
commitef4c71e8f83a46fb31a11f0a066efb90821c579f (patch)
tree3e62ef3373e819ddfd7c5cb347b19028eba15c9e /doc/filters.texi
parentb8bb661dab8ed2eb1ca7e32bde1809741382c7bc (diff)
lavfi/unsharp: add check on matrix x/y size values oddity
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 4c85d71be3..b7f7e7d8d7 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -4970,13 +4970,13 @@ A description of the accepted options follows.
@table @option
@item luma_msize_x, lx
@item chroma_msize_x, cx
-Set the luma/chroma matrix horizontal size. It can be an integer
+Set the luma/chroma matrix horizontal size. It must be an odd integer
between 3 and 63, default value is 5.
@item luma_msize_y, ly
@item chroma_msize_y, cy
-Set the luma/chroma matrix vertical size. It can be an integer between
-3 and 63, default value is 5.
+Set the luma/chroma matrix vertical size. It must be an odd integer
+between 3 and 63, default value is 5.
@item luma_amount, la
@item chroma_amount, ca