aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/codec_desc.c
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/codec_desc.c
parent40648d8cc372c328965a2e2e8e5ef8c88cba3e3f (diff)
downloadandroid_external_ffmpeg-9ff92cf1953d90e0e4f87f76f3f2f6439205a139.tar.gz
android_external_ffmpeg-9ff92cf1953d90e0e4f87f76f3f2f6439205a139.tar.bz2
android_external_ffmpeg-9ff92cf1953d90e0e4f87f76f3f2f6439205a139.zip
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/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index d721780218..7508ac3f35 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1263,6 +1263,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
.props = AV_CODEC_PROP_INTRA_ONLY,
},
{
+ .id = AV_CODEC_ID_012V,
+ .type = AVMEDIA_TYPE_VIDEO,
+ .name = "012v",
+ .long_name = NULL_IF_CONFIG_SMALL("Uncompressed 4:2:2 10-bit"),
+ .props = AV_CODEC_PROP_INTRA_ONLY,
+ },
+ {
.id = AV_CODEC_ID_G2M,
.type = AVMEDIA_TYPE_VIDEO,
.name = "g2m",