[vlc-devel] commit: Add VC1 fourCC (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Dec 6 01:59:06 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Dec  6 01:24:24 2008 +0100| [c84ad2e6eae76a64d267d5af320932170487eb51] | committer: Jean-Baptiste Kempf 

Add VC1 fourCC

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

 modules/codec/avcodec/fourcc.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 6c30370..579a175 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -486,6 +486,10 @@ static const struct
       VIDEO_ES, "Windows Media Video VC1" },
     { VLC_FOURCC('w','v','c','1'), CODEC_ID_VC1,
       VIDEO_ES, "Windows Media Video VC1" },
+    { VLC_FOURCC('v','c','-','1'), CODEC_ID_VC1,
+      VIDEO_ES, "Windows Media Video VC1" },
+    { VLC_FOURCC('V','C','-','1'), CODEC_ID_VC1,
+      VIDEO_ES, "Windows Media Video VC1" },
     /* WMVA is the VC-1 codec before the standardization proces,
        it is not bitstream compatible and deprecated  */
     { VLC_FOURCC('W','M','V','A'), CODEC_ID_VC1,




More information about the vlc-devel mailing list