diff utils.c @ 29:86a085c19c7f libavformat

video_device fixes
author bellard
date Thu, 23 Jan 2003 09:55:19 +0000
parents 65433f1b2549
children 90fd30dd68b3
line wrap: on
line diff
--- a/utils.c	Thu Jan 23 09:52:30 2003 +0000
+++ b/utils.c	Thu Jan 23 09:55:19 2003 +0000
@@ -41,6 +41,8 @@
 AVOutputFormat *first_oformat;
 AVImageFormat *first_image_format;
 
+const char *video_device = "none";
+
 void av_register_input_format(AVInputFormat *format)
 {
     AVInputFormat **p;