diff grab_bktr.c @ 1982:1805da944f22 libavformat

There were two files, libavformat/grab.c and libavformat/grab_bktr.c declaring the video_grab_device_demuxer AVInputFormat. Use two different names for the AVInputFormats to reduce confusion and remove ugliness from the Makefile.
author diego
date Tue, 03 Apr 2007 21:09:36 +0000
parents b7016078f7c7
children 7d80b6e8adec
line wrap: on
line diff
--- a/grab_bktr.c	Tue Apr 03 16:47:43 2007 +0000
+++ b/grab_bktr.c	Tue Apr 03 21:09:36 2007 +0000
@@ -308,7 +308,7 @@
     return 0;
 }
 
-AVInputFormat video_grab_device_demuxer = {
+AVInputFormat video_grab_bktr_demuxer = {
     "bktr",
     "video grab",
     sizeof(VideoData),