]> git.sesse.net Git - kdenlive/commitdiff
Add matroska to the list of supported video clips
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 26 Feb 2009 00:15:19 +0000 (00:15 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 26 Feb 2009 00:15:19 +0000 (00:15 +0000)
svn path=/branches/KDE4/; revision=3077

src/projectlist.cpp

index 71dc6ede0d883a3e4922146d87b56f64a3f59bb7..5ace98c1daee99c3d707726d920b3b036d12873a 100644 (file)
@@ -537,7 +537,7 @@ void ProjectList::slotAddClip(KUrl givenUrl, QString group) {
     if (!m_commandStack) kDebug() << "!!!!!!!!!!!!!!!! NO CMD STK";
     KUrl::List list;
     if (givenUrl.isEmpty()) {
-        list = KFileDialog::getOpenUrls(KUrl("kfiledialog:///clipfolder"), "application/x-kdenlive video/x-flv application/vnd.rn-realmedia video/x-dv video/dv video/x-msvideo video/mpeg video/x-ms-wmv audio/mpeg audio/x-mp3 audio/x-wav application/ogg video/mp4 video/quicktime image/gif image/jpeg image/png image/x-bmp image/svg+xml image/tiff image/x-xcf-gimp image/x-vnd.adobe.photoshop image/x-pcx image/x-exr video/mlt-playlist audio/x-flac audio/mp4", this);
+        list = KFileDialog::getOpenUrls(KUrl("kfiledialog:///clipfolder"), "application/x-kdenlive video/x-flv application/vnd.rn-realmedia video/x-dv video/dv video/x-msvideo video/x-matroska video/mpeg video/x-ms-wmv audio/mpeg audio/x-mp3 audio/x-wav application/ogg video/mp4 video/quicktime image/gif image/jpeg image/png image/x-bmp image/svg+xml image/tiff image/x-xcf-gimp image/x-vnd.adobe.photoshop image/x-pcx image/x-exr video/mlt-playlist audio/x-flac audio/mp4", this);
     } else list.append(givenUrl);
     if (list.isEmpty()) return;