Re: [FFmpeg-devel] [PATCH] doc/filters: document max luma and chroma matrix size

2017-12-07 Thread Moritz Barsnick
On Wed, Dec 06, 2017 at 17:03:10 -0900, Lou Logan wrote: > doc/filters: document max luma and chroma matrix size You might want to mention that it's for the unsharp filter. > +Note that the sum of @code{lx}+@code{ly} or @code{cx}+@code{cy} must > +not exceed a value equal to or greater than 26.

[FFmpeg-devel] [PATCH] doc/filters: document max luma and chroma matrix size

2017-12-06 Thread Lou Logan
Addresses ticket #6033. Also document valid value ranges for luma_amount and chroma_amount. Signed-off-by: Lou Logan --- doc/filters.texi | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index