avfilter/video: Fix newline in trace output

Forgotten in 7e350379f8.

Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/388/head
Andreas Rheinhardt 2 years ago
parent e10774a8cc
commit 859b31de50
  1. 2
      libavfilter/video.c

@ -102,7 +102,7 @@ AVFrame *ff_get_video_buffer(AVFilterLink *link, int w, int h)
{
AVFrame *ret = NULL;
FF_TPRINTF_START(NULL, get_video_buffer); ff_tlog_link(NULL, link, 0);
FF_TPRINTF_START(NULL, get_video_buffer); ff_tlog_link(NULL, link, 1);
if (link->dstpad->get_buffer.video)
ret = link->dstpad->get_buffer.video(link, w, h);

Loading…
Cancel
Save