summaryrefslogtreecommitdiff
path: root/libavformat/avr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/avr.c')
-rw-r--r--libavformat/avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avr.c b/libavformat/avr.c
index c4ce70142a..6fdcf68952 100644
--- a/libavformat/avr.c
+++ b/libavformat/avr.c
@@ -87,7 +87,7 @@ static int avr_read_header(AVFormatContext *s)
return 0;
}
-AVInputFormat ff_avr_demuxer = {
+const AVInputFormat ff_avr_demuxer = {
.name = "avr",
.long_name = NULL_IF_CONFIG_SMALL("AVR (Audio Visual Research)"),
.read_probe = avr_probe,