From 86fd51fbad0626a9307b0da4e6969e0482862089 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Thu, 23 Jan 2003 09:55:19 +0000 Subject: video_device fixes Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libavformat/avformat.h') 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 -- cgit v1.2.3