Commit 8cc3cb33 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Record: allow recording to .avi

parent c05b7fdf
...@@ -292,6 +292,11 @@ static const muxer_properties_t p_muxers[] = { ...@@ -292,6 +292,11 @@ static const muxer_properties_t p_muxers[] = {
VLC_CODEC_DTS, VLC_CODEC_DTS,
VLC_CODEC_SPU ), VLC_CODEC_SPU ),
M( "avi", "avi", 100, VLC_CODEC_A52, VLC_CODEC_MPGA,
VLC_CODEC_WMA1, VLC_CODEC_WMA2, VLC_CODEC_WMAP, VLC_CODEC_WMAL,
VLC_CODEC_U8, VLC_CODEC_S16L, VLC_CODEC_S24L,
VLC_CODEC_MP4V ),
M( "ts", "ts", 8000, VLC_CODEC_MPGV, M( "ts", "ts", 8000, VLC_CODEC_MPGV,
VLC_CODEC_H264, VLC_CODEC_H264,
VLC_CODEC_MPGA, VLC_CODEC_DVD_LPCM, VLC_CODEC_A52, VLC_CODEC_MPGA, VLC_CODEC_DVD_LPCM, VLC_CODEC_A52,
......
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