From bc70684e74a185d7b80c8b80bdedda659cb581b8 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Date: Mon, 19 Apr 2021 19:45:24 +0200 Subject: avformat: Constify all muxer/demuxers 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> --- libavformat/nutenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/nutenc.c') diff --git a/libavformat/nutenc.c b/libavformat/nutenc.c index 1dcb2be1b1..6fb0a810e1 100644 --- a/libavformat/nutenc.c +++ b/libavformat/nutenc.c @@ -1228,7 +1228,7 @@ static const AVClass class = { .version = LIBAVUTIL_VERSION_INT, }; -AVOutputFormat ff_nut_muxer = { +const AVOutputFormat ff_nut_muxer = { .name = "nut", .long_name = NULL_IF_CONFIG_SMALL("NUT"), .mime_type = "video/x-nut", -- cgit v1.2.3