mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-08 17:11:08 +00:00
fftools/ffmpeg: remove extra \n
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user