]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.cpp
Scale audio / video thumbnails to track size. Requires slightly more resources but...
[kdenlive] / src / kthumb.cpp
index bd102c3ff48dca8a4be168fb5f26d79791762194..4dc0a2949508d552ab0f73346a509ba56d98ea82 100644 (file)
@@ -114,7 +114,7 @@ void KThumb::extractImage(QList <int>frames)
 
 void KThumb::getThumb(int frame)
 {
-    const int theight = KdenliveSettings::trackheight();
+    const int theight = 120;//KdenliveSettings::trackheight();
     const int swidth = (int)(theight * m_ratio + 0.5);
     const int dwidth = (int)(theight * m_dar + 0.5);
     QImage img = getProducerFrame(frame, swidth, dwidth, theight);