mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
all: Don't set AVClass.item_name to its default value
Unnecessary since acf63d5350adeae551d412db699f8ca03f7e76b9; also avoids relocations. Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -484,7 +484,6 @@ static const AVOption options[] = {
|
||||
|
||||
static const AVClass async_context_class = {
|
||||
.class_name = "Async",
|
||||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
@@ -586,7 +585,6 @@ static const AVOption async_test_options[] = {
|
||||
|
||||
static const AVClass async_test_context_class = {
|
||||
.class_name = "Async-Test",
|
||||
.item_name = av_default_item_name,
|
||||
.option = async_test_options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user