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:
@@ -320,6 +320,7 @@ static const AVOption ffrtmpcrypt_options[] = {
|
||||
|
||||
static const AVClass ffrtmpcrypt_class = {
|
||||
.class_name = "ffrtmpcrypt",
|
||||
.item_name = av_default_item_name,
|
||||
.option = ffrtmpcrypt_options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user