[vlc-devel] commit: Recognize VC1 for ASF muxing in record. (Laurent Aimar )

git version control git at videolan.org
Thu Apr 30 22:19:23 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Apr 30 20:43:07 2009 +0200| [8f0345ff09879317e331fd774426c0cafee8c5a2] | committer: Laurent Aimar 

Recognize VC1 for ASF muxing in record.

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

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

diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c
index 53a3f39..e7ca29d 100644
--- a/modules/stream_out/record.c
+++ b/modules/stream_out/record.c
@@ -283,7 +283,8 @@ static const muxer_properties_t p_muxers[] = {
 
     M( "asf", "asf", 127,       VLC_FOURCC('w','m','a','1'), VLC_FOURCC('w','m','a','2'), VLC_FOURCC('w','m','a',' '),
                                 VLC_FOURCC('w','m','a','p'), VLC_FOURCC('w','m','a','l'),
-                                VLC_FOURCC('W','M','V','1'), VLC_FOURCC('W','M','V','2'), VLC_FOURCC('W','M','V','3') ),
+                                VLC_FOURCC('W','M','V','1'), VLC_FOURCC('W','M','V','2'), VLC_FOURCC('W','M','V','3'),
+                                VLC_FOURCC('W','V','C','1')),
 
     M( "mp4", "mp4", INT_MAX,   VLC_FOURCC('m','p','4','a'), VLC_FOURCC('h','2','6','4'), VLC_FOURCC('m','p','4','v'),
                                 VLC_FOURCC('s','u','b','t') ),




More information about the vlc-devel mailing list