summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
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 /libavcodec/avcodec.h
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 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index aaa95b55bc..be85ef113b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -196,6 +196,7 @@ enum CodecID {
CODEC_ID_V210X,
CODEC_ID_TMV,
CODEC_ID_V210,
+ CODEC_ID_DPX,
/* various PCM "codecs" */
CODEC_ID_PCM_S16LE= 0x10000,