summaryrefslogtreecommitdiff
path: root/libavformat/dashdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dashdec.c')
-rw-r--r--libavformat/dashdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
index 39e7810e42..bc27c96c97 100644
--- a/libavformat/dashdec.c
+++ b/libavformat/dashdec.c
@@ -2397,7 +2397,7 @@ static const AVClass dash_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVInputFormat ff_dash_demuxer = {
+const AVInputFormat ff_dash_demuxer = {
.name = "dash",
.long_name = NULL_IF_CONFIG_SMALL("Dynamic Adaptive Streaming over HTTP"),
.priv_class = &dash_class,