mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
avutil/iamf: fix mix_gain_class name
Signed-off-by: James Almer <jamrial@gmail.com>
(cherry picked from commit b9af58184f)
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user