X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fgif.c;h=e4f2249083a755c54090c2db47ed822df9fd8376;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=e125d386bd2d2dda93278f47167dc6439890d3d8;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/gif.c b/libavformat/gif.c index e125d386bd2..e4f2249083a 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -203,7 +203,7 @@ static const AVClass gif_muxer_class = { .option = options, }; -AVOutputFormat ff_gif_muxer = { +const AVOutputFormat ff_gif_muxer = { .name = "gif", .long_name = NULL_IF_CONFIG_SMALL("CompuServe Graphics Interchange Format (GIF)"), .mime_type = "image/gif",