all: Don't set AVClass.item_name to its default value

Unnecessary since acf63d5350;
also avoids relocations.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-12-22 14:47:15 +01:00
parent 46775e64f8
commit 0c6203c97a
363 changed files with 0 additions and 408 deletions

View file

@ -1485,7 +1485,6 @@ static const FFCodecDefault vaapi_encode_h265_defaults[] = {
static const AVClass vaapi_encode_h265_class = {
.class_name = "h265_vaapi",
.item_name = av_default_item_name,
.option = vaapi_encode_h265_options,
.version = LIBAVUTIL_VERSION_INT,
};