]> git.sesse.net Git - kdenlive/blobdiff - src/projectsettings.h
Check clips property before launching proxy creation so that we only proxy the HD...
[kdenlive] / src / projectsettings.h
index 6442307befdbd5b122ecd417bf4d911d0c1c5761..9654d7fa367aeeffc620843cc4aabd833950d054 100644 (file)
@@ -39,6 +39,8 @@ public:
     bool enableVideoThumbs() const;
     bool enableAudioThumbs() const;
     bool useProxy() const;
+    bool generateProxy() const;
+    int proxyMinSize() const;
     QString proxyParams() const;
     static QStringList extractPlaylistUrls(QString path);
     static QStringList extractSlideshowUrls(KUrl url);