summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4646af763d..e67001c81b 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -379,7 +379,11 @@ int filename_number_test(const char *filename);
int video_grab_init(void);
int audio_init(void);
-extern const char *v4l_device;
+/* DV1394 */
+int dv1394_init(void);
+extern int dv1394_channel;
+
+extern const char *video_device;
extern const char *audio_device;
#ifdef HAVE_AV_CONFIG_H