]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Revert my freezing "stability patch" and fix some refresh related crashes: http:...
[kdenlive] / src / renderer.h
index df5d7fec6ad2ca9f2ab08c313f1fd39a3db96583..0955b243d9deb1d2abc6b1f2d8b1727c977f6cf8 100644 (file)
@@ -221,7 +221,7 @@ Q_OBJECT public:
     /** @brief Returns the duration/length of @param track as reported by the track producer. */
     int mltTrackDuration(int track);
 
-    bool mltResizeClipEnd(ItemInfo info, GenTime clipDuration);
+    bool mltResizeClipEnd(ItemInfo info, GenTime clipDuration, bool refresh = true);
     bool mltResizeClipStart(ItemInfo info, GenTime diff);
     bool mltResizeClipCrop(ItemInfo info, GenTime newCropStart);
     bool mltMoveClip(int startTrack, int endTrack, GenTime pos, GenTime moveStart, Mlt::Producer *prod, bool overwrite = false, bool insert = false);