diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-06 17:55:14 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-06 17:59:27 +0100 |
commit | 9ff92cf1953d90e0e4f87f76f3f2f6439205a139 (patch) | |
tree | 8ef458e8bdde6daab22135c8ce5cd157ff75a1b1 /libavcodec/avcodec.h | |
parent | 40648d8cc372c328965a2e2e8e5ef8c88cba3e3f (diff) | |
download | ffmpeg-9ff92cf1953d90e0e4f87f76f3f2f6439205a139.tar.gz |
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.h | 1 |
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'), |