diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-10-06 06:20:52 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-10-06 06:20:52 +0200 |
commit | 7548c80accbabf7a172ba03adfc38825c51ede08 (patch) | |
tree | 92d9136e834082e765f982205bfdb312be3458a9 /libavcodec/codec_desc.c | |
parent | 5de75336a16e16127d6b2bfab770ab00dd688362 (diff) | |
download | ffmpeg-7548c80accbabf7a172ba03adfc38825c51ede08.tar.gz |
Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216).
Fixes ticket #1354
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r-- | libavcodec/codec_desc.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 2f9e34885c..c98b2a5882 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1260,6 +1260,13 @@ static const AVCodecDescriptor codec_descriptors[] = { .props = AV_CODEC_PROP_INTRA_ONLY, }, { + .id = AV_CODEC_ID_TARGA_Y216, + .type = AVMEDIA_TYPE_VIDEO, + .name = "targa_y216", + .long_name = NULL_IF_CONFIG_SMALL("Pinnacle TARGA CineWave YUV16"), + .props = AV_CODEC_PROP_INTRA_ONLY, + }, + { .id = AV_CODEC_ID_V308, .type = AVMEDIA_TYPE_VIDEO, .name = "v308", |