summaryrefslogtreecommitdiff
path: root/libavformat/ircamdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ircamdec.c')
-rw-r--r--libavformat/ircamdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ircamdec.c b/libavformat/ircamdec.c
index db09f606c6..a05ca5c9c7 100644
--- a/libavformat/ircamdec.c
+++ b/libavformat/ircamdec.c
@@ -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,