X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Frenderer.h;h=0955b243d9deb1d2abc6b1f2d8b1727c977f6cf8;hb=1b9506db4ec032b92afaadf051a3a696fe7e6414;hp=1320c5c096c37c78036c2770e5ee6b549d406975;hpb=b473496bdd6f2b4b07c0d13af2077cf9126abd9d;p=kdenlive diff --git a/src/renderer.h b/src/renderer.h index 1320c5c0..0955b243 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -221,7 +221,7 @@ Q_OBJECT public: /** @brief Returns the duration/length of @param track as reported by the track producer. */ int mltTrackDuration(int track); - bool mltResizeClipEnd(ItemInfo info, GenTime clipDuration); + bool mltResizeClipEnd(ItemInfo info, GenTime clipDuration, bool refresh = true); bool mltResizeClipStart(ItemInfo info, GenTime diff); bool mltResizeClipCrop(ItemInfo info, GenTime newCropStart); bool mltMoveClip(int startTrack, int endTrack, GenTime pos, GenTime moveStart, Mlt::Producer *prod, bool overwrite = false, bool insert = false); @@ -399,8 +399,6 @@ private: void fixAudioMixing(Mlt::Tractor tractor); /** @brief Make sure we inform MLT if we need a lot of threads for avformat producer */ void checkMaxThreads(); - /** @brief Refresh consumer and wait until frame is displayed */ - void refreshConsumerDisplay(); private slots: