avutil/iamf: fix mix_gain_class name

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2024-04-24 17:35:36 -03:00
parent 8c0045f013
commit b9af58184f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static const AVOption mix_gain_options[] = {
};
static const AVClass mix_gain_class = {
.class_name = "AVIAMFSubmixElement",
.class_name = "AVIAMFMixGain",
.item_name = av_default_item_name,
.version = LIBAVUTIL_VERSION_INT,
.option = mix_gain_options,