]> git.sesse.net Git - kdenlive/blobdiff - src/geometryval.h
Fix seek to pos in composite transition:
[kdenlive] / src / geometryval.h
index ac2672d81bfa45f07fd0618f37e039815c01b4d2..b2d907643c8383c842a1713efa6b41eee5401dd0 100644 (file)
@@ -41,7 +41,7 @@ class Geometryval : public QWidget, public Ui::Geometryval
 {
     Q_OBJECT
 public:
-    explicit Geometryval(const MltVideoProfile profile, QPoint frame_size, QWidget* parent = 0);
+    explicit Geometryval(const MltVideoProfile profile, QPoint frame_size, int startPoint = 0, QWidget* parent = 0);
     virtual ~Geometryval();
     QDomElement getParamDesc();
     QString getValue() const;
@@ -65,6 +65,7 @@ private:
     Ui::GeometryPosition_UI m_view;
     void updateTransitionPath();
     double m_dar;
+    int m_startPoint;
     QGraphicsView *m_sceneview;
 
 public slots: