summaryrefslogtreecommitdiff
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 c6bdd87ba5..83c1fa8bc6 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -105,6 +105,9 @@ void av_register_all(void)
av_register_input_format(&dc1394_demuxer);
#endif
#endif /* CONFIG_DC1394 */
+#ifdef CONFIG_DSICIN_DEMUXER
+ av_register_input_format(&dsicin_demuxer);
+#endif
#ifdef CONFIG_DV1394
#ifdef CONFIG_DV1394_DEMUXER
av_register_input_format(&dv1394_demuxer);