]> git.sesse.net Git - kdenlive/blobdiff - effects/update/frei0r.curves.js
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / effects / update / frei0r.curves.js
index 240cb4810c5031194bf7d72fbe053cf360f16521..f7fa490e137b2b2a3765239644c4e776c9e149af 100644 (file)
@@ -1,7 +1,7 @@
 
 var update = new Object();
 
-update["Graph position"] = new Array(new Array(0.2, function(v, d) { return this.upd1(v, d); }));
+update["Graph position"] = new Array(new Array(0.3, function(v, d) { return this.upd1(v, d); }));
 update["Curve point number"] = update["Graph position"];
 
 function upd1(value, isDowngrade) {