summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorJimmy Christensen <jimmy@ghost.dk>2009-06-12 05:29:29 +0000
committerDiego Biurrun <diego@biurrun.de>2009-06-12 05:29:29 +0000
commit94d3d6a468b0cba859157f12959b6b82b4fc6c79 (patch)
tree5e880758eb1bfaf9dd8e6ba7f368c310a9adaa38 /libavformat/riff.c
parent34edd9948dbb1675c3251fd2b9fb145ec0070f4a (diff)
DPX (Digital Picture Exchange) image decoder
patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 858c924b7e..d9b4f449a7 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -212,6 +212,7 @@ const AVCodecTag codec_bmp_tags[] = {
{ CODEC_ID_SP5X, MKTAG('S', 'P', '5', '4') },
{ CODEC_ID_AURA, MKTAG('A', 'U', 'R', 'A') },
{ CODEC_ID_AURA2, MKTAG('A', 'U', 'R', '2') },
+ { CODEC_ID_DPX, MKTAG('d', 'p', 'x', ' ') },
{ CODEC_ID_NONE, 0 }
};