012v decoder.

The decoder also supports a12v, but removes the transparency layer
since no samples with actual transparency are available for testing.
This commit is contained in:
Carl Eugen Hoyos
2013-01-06 17:55:14 +01:00
parent 40648d8cc3
commit 9ff92cf195
8 changed files with 187 additions and 2 deletions
+1
View File
@@ -273,6 +273,7 @@ enum AVCodecID {
AV_CODEC_ID_EXR = MKBETAG('0','E','X','R'),
AV_CODEC_ID_AVRP = MKBETAG('A','V','R','P'),
AV_CODEC_ID_012V = MKBETAG('0','1','2','V'),
AV_CODEC_ID_G2M = MKBETAG( 0 ,'G','2','M'),
AV_CODEC_ID_AVUI = MKBETAG('A','V','U','I'),
AV_CODEC_ID_AYUV = MKBETAG('A','Y','U','V'),