mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01: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:
@@ -727,6 +727,7 @@ static int libsrt_close(URLContext *h)
|
||||
|
||||
static const AVClass libsrt_class = {
|
||||
.class_name = "libsrt",
|
||||
.item_name = av_default_item_name,
|
||||
.option = libsrt_options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user