]> git.sesse.net Git - kdenlive/blobdiff - src/recmonitor.h
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / src / recmonitor.h
index 4041e42530f1436464a234646e56de72b84afa03..ca89f21aaaa3972e4a1d5521b2f905e74861e099 100644 (file)
@@ -61,11 +61,15 @@ public:
 
     AbstractRender *abstractRender();
     void analyseFrames(bool analyse);
-    enum CAPTUREDEVICE {FIREWIRE = 0, VIDEO4LINUX = 1, SCREENGRAB = 2, BLACKMAGIC = 3};
+    enum CaptureDevice {
+        Firewire = 0,
+        Video4Linux = 1,
+        ScreenBag = 2,
+        BlackMagic = 3
+    };
 
 protected:
     void mousePressEvent(QMouseEvent * event);
-    void mouseDoubleClickEvent(QMouseEvent * event);
 
 private:
     KDateTime m_captureTime;