summaryrefslogtreecommitdiff
path: root/libavformat/3dostr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/3dostr.c')
-rw-r--r--libavformat/3dostr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/3dostr.c b/libavformat/3dostr.c
index 534f205fc4..0c136c9ea0 100644
--- a/libavformat/3dostr.c
+++ b/libavformat/3dostr.c
@@ -191,7 +191,7 @@ static int threedostr_read_packet(AVFormatContext *s, AVPacket *pkt)
return AVERROR_EOF;
}
-AVInputFormat ff_threedostr_demuxer = {
+const AVInputFormat ff_threedostr_demuxer = {
.name = "3dostr",
.long_name = NULL_IF_CONFIG_SMALL("3DO STR"),
.read_probe = threedostr_probe,