]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Optimize monitor scene & fix issues with new effect stack
[kdenlive] / src / renderer.h
index 87edd1925613153663ba005f7a0eb4dc41ee7ec5..45b889d98ca69d778ec3cff340b3d0c70a14ead8 100644 (file)
@@ -318,6 +318,8 @@ Q_OBJECT public:
     /** @brief Fill a combobox with the found blackmagic devices */
     static bool getBlackMagicDeviceList(KComboBox *devicelist);
     static bool getBlackMagicOutputDeviceList(KComboBox *devicelist);
+    /** @brief Frame rendering is handeled by Kdenlive, don't show video through SDL display */
+    void disablePreview(bool disable);
 
 private: