]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/iv8.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / iv8.c
index e25f24eeb906e09cfa010f0d4b4097e46dd0ed81..7237e16172cc942168744ac1a1c8738e78ca069f 100644 (file)
@@ -107,7 +107,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
     return 0;
 }
 
-AVInputFormat ff_iv8_demuxer = {
+const AVInputFormat ff_iv8_demuxer = {
     .name           = "iv8",
     .long_name      = NULL_IF_CONFIG_SMALL("IndigoVision 8000 video"),
     .read_probe     = probe,