[vlc-commits] Record: allow recording to .avi

Jean-Baptiste Kempf git at videolan.org
Mon Apr 16 23:05:43 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 16 23:05:22 2012 +0200| [8cc3cb33f3f4e7aa68badc9424edbf2c600879be] | committer: Jean-Baptiste Kempf

Record: allow recording to .avi

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8cc3cb33f3f4e7aa68badc9424edbf2c600879be
---

 modules/stream_out/record.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c
index a75e279..d1cb09c 100644
--- a/modules/stream_out/record.c
+++ b/modules/stream_out/record.c
@@ -292,6 +292,11 @@ static const muxer_properties_t p_muxers[] = {
                                 VLC_CODEC_DTS,
                                 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,
                                 VLC_CODEC_H264,
                                 VLC_CODEC_MPGA, VLC_CODEC_DVD_LPCM, VLC_CODEC_A52,



More information about the vlc-commits mailing list