This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit ef82d0789afe9783cf2aad186addbe81fa30d00a Author: Nicolas George <[email protected]> AuthorDate: Sat May 2 20:45:16 2026 +0200 Commit: Nicolas George <[email protected]> CommitDate: Mon Jul 27 10:51:09 2026 +0200 fftools/ffmpeg: remove extra \n --- fftools/ffmpeg_mux_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fftools/ffmpeg_mux_init.c b/fftools/ffmpeg_mux_init.c index 286d3a205d..2a9146e60c 100644 --- a/fftools/ffmpeg_mux_init.c +++ b/fftools/ffmpeg_mux_init.c @@ -1240,7 +1240,7 @@ static int ost_add(Muxer *mux, const OptionsContext *o, enum AVMediaType type, av_log(ost, AV_LOG_VERBOSE, "input stream %d:%d", ist->file->index, ist->index); else if (ofilter) - av_log(ost, AV_LOG_VERBOSE, "complex filtergraph %d:[%s]\n", + av_log(ost, AV_LOG_VERBOSE, "complex filtergraph %d:[%s]", ofilter->graph->index, ofilter->name); else if (type == AVMEDIA_TYPE_ATTACHMENT) av_log(ost, AV_LOG_VERBOSE, "attached file"); _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
