From: Jean-Baptiste Mardelle Date: Sun, 14 Oct 2012 20:24:20 +0000 (+0200) Subject: Add new mp2t mimetype to fix .mts detection: http://kdenlive.org/mantis/view.php... X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8afac50420387c43c7fc46d091d4183c59e06ca4;p=kdenlive Add new mp2t mimetype to fix .mts detection: http://kdenlive.org/mantis/view.php?id=2777 --- diff --git a/src/projectlist.cpp b/src/projectlist.cpp index be927c1b..c1a03f06 100644 --- a/src/projectlist.cpp +++ b/src/projectlist.cpp @@ -1620,7 +1620,7 @@ QString ProjectList::getExtensions() QStringList mimeTypes = QStringList() << "application/x-kdenlive" << "application/x-kdenlivetitle" << "video/mlt-playlist" << "text/plain"; // Video mimes - mimeTypes << "video/x-flv" << "application/vnd.rn-realmedia" << "video/x-dv" << "video/dv" << "video/x-msvideo" << "video/x-matroska" << "video/mpeg" << "video/ogg" << "video/x-ms-wmv" << "video/mp4" << "video/quicktime" << "video/webm" << "video/3gpp"; + mimeTypes << "video/x-flv" << "application/vnd.rn-realmedia" << "video/x-dv" << "video/dv" << "video/x-msvideo" << "video/x-matroska" << "video/mpeg" << "video/ogg" << "video/x-ms-wmv" << "video/mp4" << "video/quicktime" << "video/webm" << "video/3gpp" << "video/mp2t"; // Audio mimes mimeTypes << "audio/x-flac" << "audio/x-matroska" << "audio/mp4" << "audio/mpeg" << "audio/x-mp3" << "audio/ogg" << "audio/x-wav" << "audio/x-aiff" << "audio/aiff" << "application/ogg" << "application/mxf" << "application/x-shockwave-flash" << "audio/ac3";