]> git.sesse.net Git - kdenlive/blobdiff - src/definitions.h
First big cleanup of transition / clipitem. Transitions are a bit broken for now...
[kdenlive] / src / definitions.h
index 85ccbb4de5967778326c02ec8a002c3cd2b29acf..10ca5b79548e338405d45c6cf89bd8dfac5bc3ec 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef DEFINITIONS_H
 #define DEFINITIONS_H
 
+#include "gentime.h"
+
 #define FRAME_SIZE 90
 #define MAXCLIPDURATION 15000
 
@@ -45,6 +47,12 @@ struct TrackInfo {
     bool isBlind;
 };
 
+struct ItemInfo {
+    GenTime startPos;
+    GenTime endPos;
+    int track;
+};
+
 struct MltVideoProfile {
     QString path;
     QString description;