]> git.sesse.net Git - vlc/commitdiff
Add VC1 fourCC
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 6 Dec 2008 00:24:24 +0000 (01:24 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 6 Dec 2008 00:24:24 +0000 (01:24 +0100)
modules/codec/avcodec/fourcc.c

index 6c3037083cc8d9d13baf9a143919b20dd36a0c80..579a1759299fae62f652e2f749b5d0399c13c2a5 100644 (file)
@@ -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,