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:
authorPaul B Mahol <onemda@gmail.com>2013-10-06 16:51:08 +0400
committerPaul B Mahol <onemda@gmail.com>2013-10-07 00:12:37 +0400
commit8ec328668a7d10c8224ae5f591add5b388ea82ed (patch)
treed3287ca59ce733b96ceba714988ec29e3d5ae9ff /libavcodec/allcodecs.c
parentefff7564d4d6541205f982a76b2240d53e832e3d (diff)
avcodec: add dpx parser
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 bf58d2bcd0..8e08a2349d 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -525,6 +525,7 @@ void avcodec_register_all(void)
REGISTER_PARSER(DCA, dca);
REGISTER_PARSER(DIRAC, dirac);
REGISTER_PARSER(DNXHD, dnxhd);
+ REGISTER_PARSER(DPX, dpx);
REGISTER_PARSER(DVBSUB, dvbsub);
REGISTER_PARSER(DVDSUB, dvdsub);
REGISTER_PARSER(DVD_NAV, dvd_nav);