]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ircamdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / ircamdec.c
index db09f606c6f7523c0ce7218ff56d9bd1809b17b6..a05ca5c9c71a3848caa9a3ac630d723c7a8f01f0 100644 (file)
@@ -106,7 +106,7 @@ static int ircam_read_header(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_ircam_demuxer = {
+const AVInputFormat ff_ircam_demuxer = {
     .name           = "ircam",
     .long_name      = NULL_IF_CONFIG_SMALL("Berkeley/IRCAM/CARL Sound Format"),
     .read_probe     = ircam_probe,