mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
Revert "all: Don't set AVClass.item_name to its default value"
Some callers assume that item_name is always set, so this may be
considered an API break.
This reverts commit 0c6203c97a.
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user