]> git.sesse.net Git - kdenlive/blobdiff - src/wizard.cpp
Adding m2v and ac3 as supported mimetypes:
[kdenlive] / src / wizard.cpp
index a0a0c71f082427e05f9cff0cc1ec27eff19ebc78..9b451084be3674ff744aeae5baaf9ffe05789e6a 100644 (file)
@@ -606,7 +606,7 @@ void Wizard::adjustSettings()
 {
     if (m_extra.installmimes->isChecked()) {
         QStringList globs;
-        globs << "*.mts" << "*.m2t" << "*.mod" << "*.ts" << "*.m2ts";
+        globs << "*.mts" << "*.m2t" << "*.mod" << "*.ts" << "*.m2ts" << "*.m2v";
         installExtraMimes("video/mpeg", globs);
         globs.clear();
         globs << "*.dv";