]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Real fix for set in point problem:
[kdenlive] / src / renderer.h
index 0da0dad2fa7ce6187e92af403177642fe07716a4..eb1f89a3dda12d1b48889826f22032bf8281d5f5 100644 (file)
@@ -151,7 +151,7 @@ Q_OBJECT public:
     void mltUpdateClip(ItemInfo info, QDomElement element, Mlt::Producer *prod);
     void mltCutClip(int track, GenTime position);
     void mltInsertSpace(const GenTime pos, int track, const GenTime duration);
-    int mltGetSpaceLength(const GenTime pos, int track);
+    int mltGetSpaceLength(const GenTime pos, int track, bool fromBlankStart);
     bool mltResizeClipEnd(ItemInfo info, GenTime clipDuration);
     bool mltResizeClipStart(ItemInfo info, GenTime diff);
     bool mltMoveClip(int startTrack, int endTrack, GenTime pos, GenTime moveStart, Mlt::Producer *prod);