]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.h
Workaround MLT not giving rgb images to fix thumbnails
[kdenlive] / src / kthumb.h
index 43fa366d410a2a536987c0a12eded92168e94790..1c4628c2c861c71d424af48e3cc878e3d2010c28 100644 (file)
@@ -86,7 +86,7 @@ public slots:
     void removeAudioThumb();
     void getAudioThumbs(int channel, double frame, double frameLength, int arrayWidth);
     static QPixmap getImage(KUrl url, int frame, int width, int height);
-    static QPixmap getFrame(Mlt::Producer* producer, int frame, int width, int height);
+    static QPixmap getFrame(Mlt::Producer* producer, int framepos, int width, int height);
 
 protected:
     virtual void customEvent(QEvent * event);