aboutsummaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
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