[FFmpeg-cvslog] Support decoding Avid DS Uncompressed (SUDS).

Carl Eugen Hoyos git at videolan.org
Sat Jan 21 17:58:59 CET 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Jan 21 17:58:26 2012 +0100| [9e53f62be1a171eaf9620958c225d42cf5142a30] | committer: Carl Eugen Hoyos

Support decoding Avid DS Uncompressed (SUDS).

Fixes ticket #934

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e53f62be1a171eaf9620958c225d42cf5142a30
---

 libavformat/isom.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 8f89834..01a4ec5 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 */



More information about the ffmpeg-cvslog mailing list