grab device is in AVFormatParameter (at least better than global variable)

Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard
2003-01-23 10:33:16 +00:00
parent 79a7c2683e
commit 7f172339fd
6 changed files with 17 additions and 16 deletions

View File

@@ -41,8 +41,6 @@ AVInputFormat *first_iformat;
AVOutputFormat *first_oformat;
AVImageFormat *first_image_format;
const char *video_device = "none";
void av_register_input_format(AVInputFormat *format)
{
AVInputFormat **p;