summaryrefslogtreecommitdiff
path: root/libavformat/acedec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/acedec.c')
-rw-r--r--libavformat/acedec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/acedec.c b/libavformat/acedec.c
index f1bc512d57..a52a0f0e54 100644
--- a/libavformat/acedec.c
+++ b/libavformat/acedec.c
@@ -104,7 +104,7 @@ static int ace_read_packet(AVFormatContext *s, AVPacket *pkt)
return av_get_packet(s->pb, pkt, par->block_align);
}
-AVInputFormat ff_ace_demuxer = {
+const AVInputFormat ff_ace_demuxer = {
.name = "ace",
.long_name = NULL_IF_CONFIG_SMALL("tri-Ace Audio Container"),
.read_probe = ace_probe,