Commit a495efa9 authored by vitor's avatar vitor

Add context to av_log()

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12047 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7a3fbb05
...@@ -96,7 +96,7 @@ int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt, ...@@ -96,7 +96,7 @@ int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt,
{ {
AVFilterFormats *formats; 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); filt->filter->name);
link->dst->inputs[link->dstpad] = NULL; link->dst->inputs[link->dstpad] = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment