]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Some work on speed effect, should fix most of bug
[kdenlive] / src / renderer.h
index 1298b44153b9718b8525bafacd33c49f35e9419a..cc8cbde259e7b2c26c198a59abbe0952f6588fd6 100644 (file)
@@ -176,7 +176,7 @@ Q_OBJECT public:
     to the clip and 0.6 is the speed in percents. The newly created producer will have it's
     "id" parameter set to: "slowmotion:parentid:speed", where parentid is the id of the original clip
     in the ClipManager list and speed is the current speed */
-    int mltChangeClipSpeed(ItemInfo info, double speed, Mlt::Producer *prod);
+    int mltChangeClipSpeed(ItemInfo info, double speed, double oldspeed, Mlt::Producer *prod);
 
     QList <Mlt::Producer *> producersList();