]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.cpp
* Cleanup transode stabilize GUI: http://kdenlive.org/mantis/view.php?id=2930
[kdenlive] / src / kthumb.cpp
index 4dc0a2949508d552ab0f73346a509ba56d98ea82..ef9e98ca3b17080690c65d8f139bfc49d3049a81 100644 (file)
@@ -114,7 +114,7 @@ void KThumb::extractImage(QList <int>frames)
 
 void KThumb::getThumb(int frame)
 {
-    const int theight = 120;//KdenliveSettings::trackheight();
+    const int theight = Kdenlive::DefaultThumbHeight;
     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);