summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-25 14:30:14 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2006-07-25 14:30:14 +0000
commit07bf2af864790e8d0930f66361ec91d95ff12800 (patch)
treef5638fe66022757459a23c3a4ac52536df002d4c /libavformat/allformats.c
parent43dcf590d84772d0da7b413a321782a78425922a (diff)
MXF demuxer
Originally committed as revision 5826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 3ff29fe5b6..74d97cb81e 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -240,6 +240,9 @@ void av_register_all(void)
#ifdef CONFIG_MPJPEG_MUXER
av_register_output_format(&mpjpeg_muxer);
#endif
+#ifdef CONFIG_MXF_DEMUXER
+ av_register_input_format(&mxf_demuxer);
+#endif
#ifdef CONFIG_NSV_DEMUXER
av_register_input_format(&nsv_demuxer);
#endif