mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 18:10:13 +01:00
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
This commit is contained in:
@@ -147,7 +147,8 @@ void av_register_all(void)
|
||||
REGISTER_DEMUXER (TTA, tta);
|
||||
REGISTER_DEMUXER (V4L2, v4l2);
|
||||
REGISTER_DEMUXER (VC1, vc1);
|
||||
REGISTER_DEMUXER (VIDEO_GRAB_DEVICE, video_grab_device);
|
||||
REGISTER_DEMUXER (VIDEO_GRAB_BKTR, video_grab_bktr);
|
||||
REGISTER_DEMUXER (VIDEO_GRAB_V4L, video_grab_v4l);
|
||||
REGISTER_DEMUXER (VMD, vmd);
|
||||
REGISTER_MUXDEMUX(VOC, voc);
|
||||
REGISTER_MUXDEMUX(WAV, wav);
|
||||
|
||||
Reference in New Issue
Block a user