]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Minor optimization
[kdenlive] / src / renderer.h
index 4cc20beffad3551f14c455a2eaefea3ab670befe..0c6c46fa94257a3cafaedf05e1806cd21f34bf90 100644 (file)
@@ -154,7 +154,7 @@ class Render: public AbstractRender
     void stop(const GenTime &startTime);
     int volume() const;
 
-    QImage extractFrame(int frame_position, QString path = QString(), int width = -1, int height = -1);
+    QImage extractFrame(int frame_position, const 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 */