]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.h
Fix frame size changed in pan & zoom effect when changing clip duration
[kdenlive] / src / clipitem.h
index 07c6698858a46e1221ab7b70896414fe664cfffc..8e474f38740a1b3f8d2a0b1ff71a02f32896f632 100644 (file)
@@ -156,7 +156,7 @@ public:
     * @param current New crop value
     * @param fromStart true = crop from start, false = crop from end
     * @return true if anything was modified */
-    bool checkEffectsKeyframesPos(const int previous, const int current, bool fromStart);
+    bool checkEffectsKeyframesPos(const int previous, const int current, bool fromStart, int renderWidth = 0, int renderHeight = 0);
     void insertKeyframe(QDomElement effect, int pos, int val);
     void movedKeyframe(QDomElement effect, int oldpos, int newpos, double value);
     void updateKeyframes(QDomElement effect);