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 /libavformat/isom.c | |
parent | 5de75336a16e16127d6b2bfab770ab00dd688362 (diff) | |
download | ffmpeg-7548c80accbabf7a172ba03adfc38825c51ede08.tar.gz |
Pinnacle TARGA CineWave YUV16 decoder (fourcc Y216).
Fixes ticket #1354
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index caa4d17a58..32710569a3 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -104,6 +104,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = { { AV_CODEC_ID_V410, MKTAG('v', '4', '1', '0') }, /* UNCOMPRESSED 10BIT 4:4:4 */ { AV_CODEC_ID_Y41P, MKTAG('Y', '4', '1', 'P') }, /* UNCOMPRESSED 12BIT 4:1:1 */ { AV_CODEC_ID_YUV4, MKTAG('y', 'u', 'v', '4') }, /* libquicktime packed yuv420p */ + { AV_CODEC_ID_TARGA_Y216, MKTAG('Y', '2', '1', '6') }, { AV_CODEC_ID_MJPEG, MKTAG('j', 'p', 'e', 'g') }, /* PhotoJPEG */ { AV_CODEC_ID_MJPEG, MKTAG('m', 'j', 'p', 'a') }, /* Motion-JPEG (format A) */ |