mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/iamf: fix mix_gain_class name
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
8c0045f013
commit
b9af58184f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue