summaryrefslogtreecommitdiff
path: root/libavformat/hls.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/hls.c')
-rw-r--r--libavformat/hls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/hls.c b/libavformat/hls.c
index a69430a457..61e2d67588 100644
--- a/libavformat/hls.c
+++ b/libavformat/hls.c
@@ -2589,6 +2589,7 @@ static const AVOption hls_options[] = {
static const AVClass hls_class = {
.class_name = "hls demuxer",
+ .item_name = av_default_item_name,
.option = hls_options,
.version = LIBAVUTIL_VERSION_INT,
};