X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fgifdec.c;h=c20bde178191067f574144377a07af751a429bac;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=d617de5f41a54bb4daa5e051d3cffbc2f42923ac;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/gifdec.c b/libavformat/gifdec.c index d617de5f41a..c20bde17819 100644 --- a/libavformat/gifdec.c +++ b/libavformat/gifdec.c @@ -397,7 +397,7 @@ static const AVClass demuxer_class = { .category = AV_CLASS_CATEGORY_DEMUXER, }; -AVInputFormat ff_gif_demuxer = { +const AVInputFormat ff_gif_demuxer = { .name = "gif", .long_name = NULL_IF_CONFIG_SMALL("CompuServe Graphics Interchange Format (GIF)"), .priv_data_size = sizeof(GIFDemuxContext),