]> git.sesse.net Git - kdenlive/blobdiff - src/kthumb.cpp
better handling of document switching (still some crashes)
[kdenlive] / src / kthumb.cpp
index 92ff342d0741d3cb394e9556bf05450b27906ff7..e13c2d2eff5609fcfd86daa4d26d2c4369af1282 100644 (file)
@@ -76,9 +76,9 @@ void MyThread::run() {
 
 
     if (KdenliveSettings::normaliseaudiothumbs()) {
-            Mlt::Filter m_convert(prof,"volume");
-            m_convert.set("gain", "normalise");
-            m_producer.attach(m_convert);
+        Mlt::Filter m_convert(prof, "volume");
+        m_convert.set("gain", "normalise");
+        m_producer.attach(m_convert);
     }
 
     //QApplication::postEvent(m_parent, new ProgressEvent(-1, (QEvent::Type)10005));