Signed-off-by: Nicolas George <[email protected]>
---
 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 e0eecf78f2..3fdf733408 100644
--- a/fftools/ffmpeg_mux_init.c
+++ b/fftools/ffmpeg_mux_init.c
@@ -1297,7 +1297,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");
-- 
2.53.0

_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to