summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dv.c')
-rw-r--r--libavformat/dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dv.c b/libavformat/dv.c
index 26a78139f5..cbb38cbd7d 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -614,7 +614,7 @@ static int dv_probe(const AVProbeData *p)
return 0;
}
-AVInputFormat ff_dv_demuxer = {
+const AVInputFormat ff_dv_demuxer = {
.name = "dv",
.long_name = NULL_IF_CONFIG_SMALL("DV (Digital Video)"),
.priv_data_size = sizeof(RawDVContext),