]> git.sesse.net Git - kdenlive/blobdiff - src/definitions.h
Fix broken handling of clips with speed effect
[kdenlive] / src / definitions.h
index 57f67c7077c30cd2f46e3e79c73d01dae16338f7..7b72a88adc108083b6aee7bb74c9ba85f6b4ef02 100644 (file)
@@ -66,11 +66,9 @@ struct ItemInfo {
     GenTime startPos;
     /** endPos is the duration where the clip ends on the track */
     GenTime endPos;
-    /** originalcropStart is the position where the sub-clip starts, relative to the clip's 0 position. Doe not depend on speed */
-    GenTime originalcropStart;
-    /** cropStart is the position where the sub-clip starts, depend on effects (speed,...) */
+    /** cropStart is the position where the sub-clip starts, relative to the clip's 0 position */
     GenTime cropStart;
-    /** cropDuration is the duration of the clip, does not depend on speed */
+    /** cropDuration is the duration of the clip */
     GenTime cropDuration;
     int track;
 };