summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 98702e4795..8e8c9f059f 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -21,6 +21,8 @@
/* If you do not call this function, then you can select exactly which
formats you want to support */
+char *video_device = "none";
+
/**
* Initialize libavcodec and register all the codecs and formats.
*/
@@ -62,6 +64,10 @@ void av_register_all(void)
audio_init();
#endif
+#ifdef CONFIG_DV1394
+ dv1394_init();
+#endif
+
/* image formats */
av_register_image_format(&pnm_image_format);
av_register_image_format(&pbm_image_format);