vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Apr 16 23:32:50 2012 +0200| [733ee4f4c930c7556063044f6f63b6e70a752f14] | committer: Jean-Baptiste Kempf
Record: allow recording of MKV > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=733ee4f4c930c7556063044f6f63b6e70a752f14 --- modules/stream_out/record.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c index d1cb09c..2f31e98 100644 --- a/modules/stream_out/record.c +++ b/modules/stream_out/record.c @@ -303,6 +303,9 @@ static const muxer_properties_t p_muxers[] = { VLC_CODEC_DTS, VLC_CODEC_MP4A, VLC_CODEC_DVBS, VLC_CODEC_TELETEXT ), + M( "mkv", "mkv", 32, VLC_CODEC_H264, VLC_CODEC_VP8, VLC_CODEC_MP4V, + VLC_CODEC_A52, VLC_CODEC_MP4A, VLC_CODEC_VORBIS, VLC_CODEC_FLAC ), + M( NULL, NULL, 0, 0 ) }; #undef M _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
