summaryrefslogtreecommitdiff
path: root/libavformat/grab_bktr.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-03 21:09:36 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-03 21:09:36 +0000
commit3af6d5cf2f790f7ca5bc002e937c6322a71559f8 (patch)
tree18577d5105be88b52967819652dad500aa25b0f6 /libavformat/grab_bktr.c
parent3d18b282e0ecf21b02f3210446f6081b40fc4074 (diff)
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. Originally committed as revision 8619 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/grab_bktr.c')
-rw-r--r--libavformat/grab_bktr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/grab_bktr.c b/libavformat/grab_bktr.c
index ec0c645070..e40082fcc2 100644
--- a/libavformat/grab_bktr.c
+++ b/libavformat/grab_bktr.c
@@ -308,7 +308,7 @@ static int grab_read_close(AVFormatContext *s1)
return 0;
}
-AVInputFormat video_grab_device_demuxer = {
+AVInputFormat video_grab_bktr_demuxer = {
"bktr",
"video grab",
sizeof(VideoData),