From d92f38c179591a608390ffa9fee59c309142e79d Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 19 Apr 2021 18:56:01 +0200 Subject: avdevice: Constify all devices This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer --- libavdevice/fbdev_dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/fbdev_dec.c') diff --git a/libavdevice/fbdev_dec.c b/libavdevice/fbdev_dec.c index 586caeef88..b73f31f1ef 100644 --- a/libavdevice/fbdev_dec.c +++ b/libavdevice/fbdev_dec.c @@ -232,7 +232,7 @@ static const AVClass fbdev_class = { .category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT, }; -AVInputFormat ff_fbdev_demuxer = { +const AVInputFormat ff_fbdev_demuxer = { .name = "fbdev", .long_name = NULL_IF_CONFIG_SMALL("Linux framebuffer"), .priv_data_size = sizeof(FBDevContext), -- cgit v1.2.3