summaryrefslogtreecommitdiff
path: root/libavformat/adp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/adp.c')
-rw-r--r--libavformat/adp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/adp.c b/libavformat/adp.c
index b0ee09753e..6d5f9d274e 100644
--- a/libavformat/adp.c
+++ b/libavformat/adp.c
@@ -83,7 +83,7 @@ static int adp_read_packet(AVFormatContext *s, AVPacket *pkt)
return ret;
}
-AVInputFormat ff_adp_demuxer = {
+const AVInputFormat ff_adp_demuxer = {
.name = "adp",
.long_name = NULL_IF_CONFIG_SMALL("ADP"),
.read_probe = adp_probe,