diff utils.c @ 30:90fd30dd68b3 libavformat

grab device is in AVFormatParameter (at least better than global variable)
author bellard
date Thu, 23 Jan 2003 10:33:16 +0000
parents 86a085c19c7f
children cd0155c9022e
line wrap: on
line diff
--- a/utils.c	Thu Jan 23 09:55:19 2003 +0000
+++ b/utils.c	Thu Jan 23 10:33:16 2003 +0000
@@ -41,8 +41,6 @@
 AVOutputFormat *first_oformat;
 AVImageFormat *first_image_format;
 
-const char *video_device = "none";
-
 void av_register_input_format(AVInputFormat *format)
 {
     AVInputFormat **p;