From: Steinar H. Gunderson Date: Thu, 16 Jan 2014 18:41:54 +0000 (+0100) Subject: Correct maximum matrix size for DeconvolutionSharpenEffect. X-Git-Url: https://git.sesse.net/?p=mlt;a=commitdiff_plain;h=c24a9369d821bc07e44c2d6b046d4ceb404e7541 Correct maximum matrix size for DeconvolutionSharpenEffect. --- diff --git a/src/modules/opengl/filter_movit_deconvolution_sharpen.yml b/src/modules/opengl/filter_movit_deconvolution_sharpen.yml index 86b42625..d93496a7 100644 --- a/src/modules/opengl/filter_movit_deconvolution_sharpen.yml +++ b/src/modules/opengl/filter_movit_deconvolution_sharpen.yml @@ -24,7 +24,7 @@ parameters: title: Matrix Size type: integer minimum: 0 - maximum: 10 + maximum: 25 default: 5 mutable: yes