diff options
author | Jimmy Christensen <jimmy@ghost.dk> | 2009-06-12 05:29:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-06-12 05:29:29 +0000 |
commit | 94d3d6a468b0cba859157f12959b6b82b4fc6c79 (patch) | |
tree | 5e880758eb1bfaf9dd8e6ba7f368c310a9adaa38 /libavformat/riff.c | |
parent | 34edd9948dbb1675c3251fd2b9fb145ec0070f4a (diff) | |
download | ffmpeg-94d3d6a468b0cba859157f12959b6b82b4fc6c79.tar.gz |
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.c | 1 |
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 } }; |