summaryrefslogtreecommitdiff
path: root/libavformat/vapoursynth.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/vapoursynth.c')
-rw-r--r--libavformat/vapoursynth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/vapoursynth.c b/libavformat/vapoursynth.c
index 46e08ee0f5..4ec4e77b59 100644
--- a/libavformat/vapoursynth.c
+++ b/libavformat/vapoursynth.c
@@ -483,7 +483,7 @@ static const AVClass class_vs = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVInputFormat ff_vapoursynth_demuxer = {
+const AVInputFormat ff_vapoursynth_demuxer = {
.name = "vapoursynth",
.long_name = NULL_IF_CONFIG_SMALL("VapourSynth demuxer"),
.priv_data_size = sizeof(VSContext),