X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmods.c;h=34524a19d8c89bb8170fe27014755cebc0106ee8;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=a26db87e6c13fff42420a096b8bb89132bfd4a1e;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/mods.c b/libavformat/mods.c index a26db87e6c1..34524a19d8c 100644 --- a/libavformat/mods.c +++ b/libavformat/mods.c @@ -91,7 +91,7 @@ static int mods_read_packet(AVFormatContext *s, AVPacket *pkt) return ret; } -AVInputFormat ff_mods_demuxer = { +const AVInputFormat ff_mods_demuxer = { .name = "mods", .long_name = NULL_IF_CONFIG_SMALL("MobiClip MODS"), .read_probe = mods_probe,