mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
avdevice: Constify all devices
This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
a04ad248a0
commit
d92f38c179
@@ -288,7 +288,7 @@ static int dc1394_close(AVFormatContext * context)
|
||||
return 0;
|
||||
}
|
||||
|
||||
AVInputFormat ff_libdc1394_demuxer = {
|
||||
const AVInputFormat ff_libdc1394_demuxer = {
|
||||
.name = "libdc1394",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("dc1394 v.2 A/V grab"),
|
||||
.priv_data_size = sizeof(struct dc1394_data),
|
||||
|
||||
Reference in New Issue
Block a user