X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=videolink.cpp;h=f20f71bf4cdba0b49c5299d35a07fde8f291c5bc;hb=c24cac1849f737699ac3342d24982b9a16c854d9;hp=ef30510149905c0ce7a4f277cbbe68a9c57be934;hpb=74dbe6d5a31bbffaceb99c5a28c482a898ba1e37;p=videolink.git diff --git a/videolink.cpp b/videolink.cpp index ef30510..f20f71b 100644 --- a/videolink.cpp +++ b/videolink.cpp @@ -121,6 +121,7 @@ namespace {".vob", video_format_mpeg2_ps}, {".mpeg", video_format_mpeg2_ps}, {".mpeg2", video_format_mpeg2_ps}, + {".mpg", video_format_mpeg2_ps}, {".voblist", video_format_vob_list} }; for (std::size_t i = 0;