Add context to av_log()

Commited in SoC by Vitor Sessak on 2008-02-10 09:05:39

Originally committed as revision 12047 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Vitor Sessak 17 years ago
parent 19dc71045d
commit 2c5741b857
  1. 2
      libavfilter/avfilter.c

@ -96,7 +96,7 @@ int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt,
{
AVFilterFormats *formats;
av_log(NULL, AV_LOG_INFO, "auto-inserting filter '%s'\n",
av_log(link->dst, AV_LOG_INFO, "auto-inserting filter '%s'\n",
filt->filter->name);
link->dst->inputs[link->dstpad] = NULL;

Loading…
Cancel
Save