summaryrefslogtreecommitdiff
path: root/libavformat/musx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/musx.c')
-rw-r--r--libavformat/musx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/musx.c b/libavformat/musx.c
index 9dd721182a..fd5a9297f9 100644
--- a/libavformat/musx.c
+++ b/libavformat/musx.c
@@ -178,7 +178,7 @@ static int musx_read_packet(AVFormatContext *s, AVPacket *pkt)
return av_get_packet(s->pb, pkt, par->block_align);
}
-AVInputFormat ff_musx_demuxer = {
+const AVInputFormat ff_musx_demuxer = {
.name = "musx",
.long_name = NULL_IF_CONFIG_SMALL("Eurocom MUSX"),
.read_probe = musx_probe,