]> git.sesse.net Git - kdenlive/blobdiff - src/abstractclipitem.h
Fix various speed related issues
[kdenlive] / src / abstractclipitem.h
index 226e20754f2efe5c2f631e469f0e503aabd8b282..129011a6b300eedbb43aef677443e17088344385 100644 (file)
@@ -61,13 +61,14 @@ public:
     virtual GenTime maxDuration() const;
     virtual void setCropStart(GenTime pos);
 
-protected:
-    int m_track;
+protected:    
+    ItemInfo m_info;
+//    int m_track;
     int m_editedKeyframe;
     int m_selectedKeyframe;
-    GenTime m_cropStart;
+/*    GenTime m_cropStart;
     GenTime m_cropDuration;
-    GenTime m_startPos;
+    GenTime m_startPos;*/
     GenTime m_maxDuration;
     QMap <int, int> m_keyframes;
     double m_keyframeFactor;