summaryrefslogtreecommitdiff
path: root/libavformat/isom.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/isom.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/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 b706c45194..0a410c17c4 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -168,6 +168,7 @@ const AVCodecTag codec_movvideo_tags[] = {
{ CODEC_ID_DIRAC, MKTAG('d', 'r', 'a', 'c') },
{ CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n') }, /* AVID DNxHD */
{ CODEC_ID_SGI, MKTAG('s', 'g', 'i', ' ') }, /* SGI */
+ { CODEC_ID_DPX, MKTAG('d', 'p', 'x', ' ') }, /* DPX */
{ CODEC_ID_NONE, 0 },
};