mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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…
x
Reference in New Issue
Block a user