diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-15 14:18:02 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-17 11:47:39 +0100 |
commit | ef4c71e8f83a46fb31a11f0a066efb90821c579f (patch) | |
tree | 3e62ef3373e819ddfd7c5cb347b19028eba15c9e /doc/filters.texi | |
parent | b8bb661dab8ed2eb1ca7e32bde1809741382c7bc (diff) | |
download | ffmpeg-ef4c71e8f83a46fb31a11f0a066efb90821c579f.tar.gz |
lavfi/unsharp: add check on matrix x/y size values oddity
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
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 |