X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fflic.c;h=efd9e5430878232c0bc017be6824d4d2e16979d6;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=9a7b8081ed1d54cc136311d83cc8a6a5cf648d11;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/flic.c b/libavformat/flic.c index 9a7b8081ed1..efd9e543087 100644 --- a/libavformat/flic.c +++ b/libavformat/flic.c @@ -285,7 +285,7 @@ static int flic_read_seek(AVFormatContext *s, int stream_index, return 0; } -AVInputFormat ff_flic_demuxer = { +const AVInputFormat ff_flic_demuxer = { .name = "flic", .long_name = NULL_IF_CONFIG_SMALL("FLI/FLC/FLX animation"), .priv_data_size = sizeof(FlicDemuxContext),