Commit 41ddb577 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Record: allow better recording of MKV streams

Notably the ones with vorb/flac with ssa/srt
parent c914ccda
...@@ -424,6 +424,7 @@ static void OutputStart( sout_stream_t *p_stream ) ...@@ -424,6 +424,7 @@ static void OutputStart( sout_stream_t *p_stream )
static const char *ppsz_muxers[][2] = { static const char *ppsz_muxers[][2] = {
{ "avi", "avi" }, { "mp4", "mp4" }, { "ogg", "ogg" }, { "avi", "avi" }, { "mp4", "mp4" }, { "ogg", "ogg" },
{ "asf", "asf" }, { "ts", "ts" }, { "ps", "mpg" }, { "asf", "asf" }, { "ts", "ts" }, { "ps", "mpg" },
{ "mkv", "mkv" },
#if 0 #if 0
// XXX ffmpeg sefault really easily if you try an unsupported codec // XXX ffmpeg sefault really easily if you try an unsupported codec
// mov and avi at least segfault // mov and avi at least segfault
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment