X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fivfdec.c;h=3e1ea52cbf13b7ead5a7dccfec7d6ffae058b669;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=4a802573e7e1291631fc078c5594ab9c7deecf42;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/ivfdec.c b/libavformat/ivfdec.c index 4a802573e7e..3e1ea52cbf1 100644 --- a/libavformat/ivfdec.c +++ b/libavformat/ivfdec.c @@ -81,7 +81,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt) return ret; } -AVInputFormat ff_ivf_demuxer = { +const AVInputFormat ff_ivf_demuxer = { .name = "ivf", .long_name = NULL_IF_CONFIG_SMALL("On2 IVF"), .read_probe = probe,