[FFmpeg-cvslog] fftools/ffmpeg_mux_init: remove leftover debug log messages
James Almer
git at videolan.org
Thu Apr 25 00:12:28 EEST 2024
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Apr 24 17:36:45 2024 -0300| [f684228407c988c1789539be6945fe9dc939602f] | committer: James Almer
fftools/ffmpeg_mux_init: remove leftover debug log messages
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f684228407c988c1789539be6945fe9dc939602f
---
fftools/ffmpeg_mux_init.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fftools/ffmpeg_mux_init.c b/fftools/ffmpeg_mux_init.c
index a46b0628d8..3b3b22f7ed 100644
--- a/fftools/ffmpeg_mux_init.c
+++ b/fftools/ffmpeg_mux_init.c
@@ -2303,7 +2303,6 @@ static int of_map_group(Muxer *mux, AVDictionary **dict, AVBPrint *bp, const cha
av_log(mux, AV_LOG_ERROR, "Error parsing mapped group specification %s\n", ptr);
av_dict_set_int(dict, "type", stg->type, 0);
- av_log(mux, AV_LOG_VERBOSE, "stg %s\n", bp->str);
av_bprint_clear(bp);
switch(stg->type) {
case AV_STREAM_GROUP_PARAMS_IAMF_AUDIO_ELEMENT: {
@@ -2353,7 +2352,6 @@ static int of_map_group(Muxer *mux, AVDictionary **dict, AVBPrint *bp, const cha
ret = AVERROR(EINVAL);
break;
}
- av_log(mux, AV_LOG_VERBOSE, "extra %s\n", bp->str);
return 0;
}
More information about the ffmpeg-cvslog
mailing list