]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mods.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mods.c
index a26db87e6c13fff42420a096b8bb89132bfd4a1e..34524a19d8c89bb8170fe27014755cebc0106ee8 100644 (file)
@@ -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,