diff options
Diffstat (limited to 'libavformat/hls.c')
-rw-r--r-- | libavformat/hls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hls.c b/libavformat/hls.c index 83acbb0aa6..584f658fe4 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -2413,7 +2413,7 @@ static const AVClass hls_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVInputFormat ff_hls_demuxer = { +const AVInputFormat ff_hls_demuxer = { .name = "hls", .long_name = NULL_IF_CONFIG_SMALL("Apple HTTP Live Streaming"), .priv_class = &hls_class, |