Add in MXF file as a supported video format
authorThomas Vecchione <vecchionet@leviathan-avc.com>
Fri, 10 Jul 2015 20:38:50 +0000 (16:38 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 10 Jul 2015 20:45:10 +0000 (16:45 -0400)
gtk2_ardour/add_video_dialog.cc

index 44f61ec533034a449e85a8850d991e1687b623ca..b40b3ead4ceabbe540f05de5b477ee25aa3618c9 100644 (file)
@@ -288,6 +288,7 @@ static bool check_video_file_extension(std::string file)
                ".webm"    , ".WEBM"    ,
                ".wmv"     , ".WMV"     ,
                ".ts"      , ".TS"      ,
+               ".mxf"     , ".MXF"     ,
        };
 
        for (size_t n = 0; n < sizeof(suffixes)/sizeof(suffixes[0]); ++n) {