diff avformat.h @ 29:86a085c19c7f libavformat

video_device fixes
author bellard
date Thu, 23 Jan 2003 09:55:19 +0000
parents e1200dd82537
children 90fd30dd68b3
line wrap: on
line diff
--- a/avformat.h	Thu Jan 23 09:52:30 2003 +0000
+++ b/avformat.h	Thu Jan 23 09:55:19 2003 +0000
@@ -379,7 +379,11 @@
 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