]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Add non realtime preview mode to Kdenlive (available from monitor context menu)
[kdenlive] / src / renderer.h
index 402def2ba6e7df69407c90c3309f8b6ce5b50ad7..ecbf6bc3f376d95ffa5d71dc99e0350f9cec8566 100644 (file)
@@ -69,7 +69,7 @@ Q_OBJECT public:
     /** Seeks the renderer clip to the given time. */
     void seek(GenTime time);
     void seekToFrame(int pos);
-    bool m_isBlocked;
+    int m_isBlocked;
 
     //static QPixmap getVideoThumbnail(char *profile, QString file, int frame, int width, int height);
     QPixmap getImageThumbnail(KUrl url, int width, int height);
@@ -189,6 +189,7 @@ Q_OBJECT public:
 
     QList <Mlt::Producer *> producersList();
     void updatePreviewSettings();
+    void setDropFrames(bool show);
 
 private:   // Private attributes & methods
     /** The name of this renderer - useful to identify the renderes by what they do - e.g. background rendering, workspace monitor, etc... */