It's added generically after the switch statement. Signed-off-by: James Almer <jamr...@gmail.com> --- libavfilter/vf_showinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_showinfo.c b/libavfilter/vf_showinfo.c index 9b4a9fc981..377ac6e413 100644 --- a/libavfilter/vf_showinfo.c +++ b/libavfilter/vf_showinfo.c @@ -812,7 +812,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *frame) break; default: av_log(ctx, AV_LOG_WARNING, "unknown side data type %d " - "(%"SIZE_SPECIFIER" bytes)\n", sd->type, sd->size); + "(%"SIZE_SPECIFIER" bytes)", sd->type, sd->size); break; } -- 2.39.0 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".