summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-06 17:55:14 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-06 17:59:27 +0100
commit9ff92cf1953d90e0e4f87f76f3f2f6439205a139 (patch)
tree8ef458e8bdde6daab22135c8ce5cd157ff75a1b1 /libavcodec/avcodec.h
parent40648d8cc372c328965a2e2e8e5ef8c88cba3e3f (diff)
012v decoder.
The decoder also supports a12v, but removes the transparency layer since no samples with actual transparency are available for testing.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 012a31c7e7..ab7a8a5e51 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -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'),