]> git.sesse.net Git - mlt/commitdiff
Correct maximum matrix size for DeconvolutionSharpenEffect.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 16 Jan 2014 18:41:54 +0000 (19:41 +0100)
committerDan Dennedy <dan@dennedy.org>
Fri, 17 Jan 2014 03:27:31 +0000 (19:27 -0800)
src/modules/opengl/filter_movit_deconvolution_sharpen.yml

index 86b4262589928e40cec6c8da7cfcb922d94612f3..d93496a79704565387659622d6bc83b7fb5a0aa0 100644 (file)
@@ -24,7 +24,7 @@ parameters:
     title: Matrix Size
     type: integer
     minimum: 0
-    maximum: 10
+    maximum: 25
     default: 5
     mutable: yes