Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Christensen <jimmy@ghost.dk>2009-06-12 09:29:29 +0400
committerDiego Biurrun <diego@biurrun.de>2009-06-12 09:29:29 +0400
commit94d3d6a468b0cba859157f12959b6b82b4fc6c79 (patch)
tree5e880758eb1bfaf9dd8e6ba7f368c310a9adaa38 /libavcodec/allcodecs.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 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 803699b7cd..76cde27216 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -76,6 +76,7 @@ void avcodec_register_all(void)
REGISTER_DECODER (CSCD, cscd);
REGISTER_DECODER (CYUV, cyuv);
REGISTER_ENCDEC (DNXHD, dnxhd);
+ REGISTER_DECODER (DPX, dpx);
REGISTER_DECODER (DSICINVIDEO, dsicinvideo);
REGISTER_ENCDEC (DVVIDEO, dvvideo);
REGISTER_DECODER (DXA, dxa);