From 0c6203c97a99f69dbaa6e4011d48c331e1111f5e Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Date: Fri, 22 Dec 2023 14:47:15 +0100 Subject: 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> --- libavcodec/libcodec2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/libcodec2.c') diff --git a/libavcodec/libcodec2.c b/libavcodec/libcodec2.c index 83f68e85c7..950d48685e 100644 --- a/libavcodec/libcodec2.c +++ b/libavcodec/libcodec2.c @@ -43,7 +43,6 @@ static const AVOption options[] = { static const AVClass libcodec2_enc_class = { .class_name = "libcodec2 encoder", - .item_name = av_default_item_name, .option = options, .version = LIBAVUTIL_VERSION_INT, }; -- cgit v1.2.3