X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderer.h;h=e6ab0b8fc124082ba62f8f1c15c0a27b29702a2b;hb=4d3b23990367919e280638f82412fa8642c1aa87;hp=69626224bb5bb16c53b7968fd655d60c153b11b1;hpb=690108f55c63edcc0ac4b2ef5753e109d5713ec8;p=kdenlive diff --git a/src/renderer.h b/src/renderer.h index 69626224..e6ab0b8f 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -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 */