summaryrefslogtreecommitdiff
path: root/libavformat/hdsenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/hdsenc.c')
-rw-r--r--libavformat/hdsenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hdsenc.c b/libavformat/hdsenc.c
index 98156afafa..202855392e 100644
--- a/libavformat/hdsenc.c
+++ b/libavformat/hdsenc.c
@@ -566,7 +566,7 @@ static const AVClass hds_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVOutputFormat ff_hds_muxer = {
+const AVOutputFormat ff_hds_muxer = {
.name = "hds",
.long_name = NULL_IF_CONFIG_SMALL("HDS Muxer"),
.priv_data_size = sizeof(HDSContext),