]> git.sesse.net Git - kdenlive/commitdiff
Video not needed when creating audio thumbs
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 10 Jan 2012 22:35:48 +0000 (23:35 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 10 Jan 2012 22:35:48 +0000 (23:35 +0100)
src/clipmanager.cpp

index 2baa42e01b6a39dea64ed80225c284a86cc99d55..45f1fc9fd940c9d37843467d6e101c69659f2992 100644 (file)
@@ -282,6 +282,8 @@ void ClipManager::slotGetAudioThumbs()
             kDebug() << "++++++++  INVALID CLIP: " << url.path();
             continue;
         }
+        
+        producer.set("video_index", "-1");
 
         if (KdenliveSettings::normaliseaudiothumbs()) {
             Mlt::Filter m_convert(prof, "volume");