]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
don't use proxy when exporting frame:
[kdenlive] / src / renderer.h
index 69626224bb5bb16c53b7968fd655d60c153b11b1..e6ab0b8fc124082ba62f8f1c15c0a27b29702a2b 100644 (file)
@@ -131,7 +131,7 @@ Q_OBJECT public:
     void stop(const GenTime & startTime);
     int volume() const;
 
-    QImage extractFrame(int frame_position, int width = -1, int height = -1);
+    QImage extractFrame(int frame_position, QString path = QString(), int width = -1, int height = -1);
 
     /** @brief Plays the scene starting from a specific time.
      * @param startTime time to start playing the scene from */