]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
Check clips property before launching proxy creation so that we only proxy the HD...
[kdenlive] / src / projectlist.h
index 198baee42d5a4e1b70e98114d3894086b60b8767..fb08f89ef9ff2711d9b4d5437bb5e90d32b96e05 100644 (file)
@@ -196,6 +196,10 @@ public:
     bool useProxy() const;
     /** @brief proxy parameters for this project. */
     QString proxyParams() const;
+    /** @brief Should we automatically create proxy clips for newly added clips. */
+    bool generateProxy() const;
+    /** @brief Minimum clip width to create proxy. */
+    int proxyMinSize() const;
 
 public slots:
     void setDocument(KdenliveDoc *doc);