video_device fixes

Originally committed as revision 1497 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard
2003-01-23 09:55:19 +00:00
parent 2a6874fd24
commit 86fd51fbad
3 changed files with 7 additions and 3 deletions

View File

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