mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +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
@ -101,7 +101,7 @@ static const AVClass decklink_demuxer_class = {
|
||||
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
|
||||
};
|
||||
|
||||
AVInputFormat ff_decklink_demuxer = {
|
||||
const AVInputFormat ff_decklink_demuxer = {
|
||||
.name = "decklink",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Blackmagic DeckLink input"),
|
||||
.flags = AVFMT_NOFILE,
|
||||
|
Reference in New Issue
Block a user