summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-01-21 17:58:26 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-01-21 17:58:26 +0100
commit9e53f62be1a171eaf9620958c225d42cf5142a30 (patch)
tree30b3f8ff5929bd19d9f41ad991172f0ddcd08643 /libavformat/isom.c
parentdef19c9036834446f5ac56c22fbf257bd5de281a (diff)
Support decoding Avid DS Uncompressed (SUDS).
Fixes ticket #934
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 8f898343d6..01a4ec558c 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -90,6 +90,7 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_R10K, MKTAG('R', '1', '0', 'g') }, /* UNCOMPRESSED 10BIT RGB */
{ CODEC_ID_R210, MKTAG('r', '2', '1', '0') }, /* UNCOMPRESSED 10BIT RGB */
{ CODEC_ID_AVRP, MKTAG('A', 'V', 'r', 'p') }, /* Avid 1:1 10-bit RGB Packer */
+ { CODEC_ID_AVRP, MKTAG('S', 'U', 'D', 'S') }, /* Avid DS Uncompressed */
{ CODEC_ID_V210, MKTAG('v', '2', '1', '0') }, /* UNCOMPRESSED 10BIT 4:2:2 */
{ CODEC_ID_V308, MKTAG('v', '3', '0', '8') }, /* UNCOMPRESSED 4:4:4 */
{ CODEC_ID_V410, MKTAG('v', '4', '1', '0') }, /* UNCOMPRESSED 10BIT 4:4:4 */