X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fffmpeg%2Fproducer%2Futil%2Futil.cpp;h=6ed51aa1c8797beb7469dcc3b159871636b52fda;hb=0a272d382859a6b0eb4af2dbe37a1e86fd735b3c;hp=04a237415003678a83680473a4024bdd67be76c1;hpb=c4edb05bbed7276f5956e8d2995c40d71a9f065f;p=casparcg diff --git a/modules/ffmpeg/producer/util/util.cpp b/modules/ffmpeg/producer/util/util.cpp index 04a237415..6ed51aa1c 100644 --- a/modules/ffmpeg/producer/util/util.cpp +++ b/modules/ffmpeg/producer/util/util.cpp @@ -579,7 +579,9 @@ bool is_valid_file(const std::wstring& filename, bool only_video) L".mpg", L".dnxhd", L".h264", - L".prores" + L".prores", + L".mkv", + L".mxf" }; auto ext = boost::to_lower_copy(boost::filesystem::path(filename).extension().wstring());