]> git.sesse.net Git - mlt/blobdiff - src/modules/opengl/filter_deconvolution_sharpen.yml
Add property animation to the other movit services.
[mlt] / src / modules / opengl / filter_deconvolution_sharpen.yml
index 825fc52ef18e13ee0c1d33ec3c10d229f1f3d107..86b4262589928e40cec6c8da7cfcb922d94612f3 100644 (file)
@@ -26,28 +26,32 @@ parameters:
     minimum: 0
     maximum: 10
     default: 5
+    mutable: yes
 
   - identifier: circle_radius
     title: Circle Radius
     type: float
     minimum: 0
     default: 2
+    mutable: yes
 
   - identifier: gaussian_radius
     title: Gaussian Radius
     type: float
     minimum: 0
     default: 0
+    mutable: yes
 
   - identifier: correlation
     title: Correlation
     type: float
     minimum: 0
     default: 0.95
+    mutable: yes
 
   - identifier: noise
     title: Noise Level
     type: float
     minimum: 0
     default: 0.01
-
+    mutable: yes