summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 815106d924..ca8f06c4cd 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -8220,7 +8220,7 @@ static const AVClass mov_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVInputFormat ff_mov_demuxer = {
+const AVInputFormat ff_mov_demuxer = {
.name = "mov,mp4,m4a,3gp,3g2,mj2",
.long_name = NULL_IF_CONFIG_SMALL("QuickTime / MOV"),
.priv_class = &mov_class,