mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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:
parent
46775e64f8
commit
0c6203c97a
363 changed files with 0 additions and 408 deletions
|
|
@ -358,7 +358,6 @@ static const AVOption options[] = {
|
|||
|
||||
static const AVClass libsmbclient_context_class = {
|
||||
.class_name = "libsmbc",
|
||||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue