mirror of https://git.ffmpeg.org/ffmpeg.git
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
This commit is contained in:
parent
19dc71045d
commit
2c5741b857
|
@ -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…
Reference in New Issue