]> git.sesse.net Git - vlc/commitdiff
Record: allow better recording of MKV streams
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 11 Jun 2012 18:35:03 +0000 (20:35 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 11 Jun 2012 18:35:03 +0000 (20:35 +0200)
Notably the ones with vorb/flac with ssa/srt

modules/stream_out/record.c

index d23d5212400773b203a1e691e1a363fe95df58ac..de6d32ed5d9e55b64d6d5c910c780fb7053cdcf2 100644 (file)
@@ -424,6 +424,7 @@ static void OutputStart( sout_stream_t *p_stream )
         static const char *ppsz_muxers[][2] = {
             { "avi", "avi" }, { "mp4", "mp4" }, { "ogg", "ogg" },
             { "asf", "asf" }, {  "ts",  "ts" }, {  "ps", "mpg" },
+            { "mkv", "mkv" },
 #if 0
             // XXX ffmpeg sefault really easily if you try an unsupported codec
             // mov and avi at least segfault