]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackview.h
Initial support for keyframes in track effects (WIP)
[kdenlive] / src / effectstackview.h
index c86b6cfc153b95a3e7ac434d4378fa859e3eb7ae..1c7cb83006e3d6b6c34815eb22660745b6c59fee 100644 (file)
@@ -74,6 +74,9 @@ private:
     /** @brief The track index of currently edited track. */
     int m_trackindex;
 
+    /** If in track mode: Info of the edited track to be able to access its duration. */
+    TrackInfo m_trackInfo;
+
     /** @brief Sets the list of effects according to the clip's effect list.
     * @param ix Number of the effect to preselect */
     void setupListView(int ix);