Commit 733ee4f4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Record: allow recording of MKV

parent 8cc3cb33
......@@ -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
......
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