]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
- Fix effect update upon clip duration change
[kdenlive] / src / clipitem.h
index 710a031f836c4752804c8d4c2e80c35525eff15e..9c6f4434fb02007cd84c30e2f6e6297992b23bae 100644 (file)
@@ -167,7 +167,7 @@ public:
      * 
      * Can be used for all effects using mlt_geometry with keyframes, but at the moment Pan & Zoom is the only one. */
     QList <int> updatePanZoom(int width, int height, int cut = 0);
-    void updateGeometryKeyframes(QDomElement effect, int paramIndex, int width, int height, int cut = 0);
+    void updateGeometryKeyframes(QDomElement effect, int paramIndex, int width, int height, ItemInfo oldInfo);
     bool updateNormalKeyframes(QDomElement parameter);
 
     /** @brief Adjusts effects after a clip duration change. */