[FFmpeg-cvslog] avutil/iamf: fix mix_gain_class name

James Almer git at videolan.org
Thu Apr 25 00:12:25 EEST 2024


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Apr 24 17:35:36 2024 -0300| [b9af58184fd3bf6438924ce7e827ed198e517f7f] | committer: James Almer

avutil/iamf: fix mix_gain_class name

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9af58184fd3bf6438924ce7e827ed198e517f7f
---

 libavutil/iamf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/iamf.c b/libavutil/iamf.c
index 84bed5a45e..c96100e7a0 100644
--- a/libavutil/iamf.c
+++ b/libavutil/iamf.c
@@ -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,



More information about the ffmpeg-cvslog mailing list