vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Jun 11 20:35:03 2012 +0200| [41ddb5778c670d8073f97a8b926500f8b994103d] | committer: Jean-Baptiste Kempf
Record: allow better recording of MKV streams Notably the ones with vorb/flac with ssa/srt > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41ddb5778c670d8073f97a8b926500f8b994103d --- modules/stream_out/record.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c index d23d521..de6d32e 100644 --- a/modules/stream_out/record.c +++ b/modules/stream_out/record.c @@ -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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
