]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.cpp
- Fix drop frame timecode format. [1]
[kdenlive] / src / renderer.cpp
index f3fc8e2a561e8c486836af64891a1f459743e246..fbee984951ac5aa2e2084d85893610666416b490 100644 (file)
@@ -2759,7 +2759,7 @@ bool Render::mltResizeClipStart(ItemInfo info, GenTime diff)
     int previousStart = trackPlaylist.clip_start(clipIndex);
     int previousDuration = trackPlaylist.clip_length(clipIndex) - 1;
     m_isBlocked = true;
-    kDebug() << "RESIZE, old start: " << previousStart + moveFrame<<", "<<previousStart + previousDuration;
+    kDebug() << "RESIZE, old start: " << previousStart + moveFrame << ", " << previousStart + previousDuration;
     trackPlaylist.resize_clip(clipIndex, previousStart + moveFrame, previousStart + previousDuration);
     if (moveFrame > 0) trackPlaylist.insert_blank(clipIndex, moveFrame - 1);
     else {