Commit b7605905 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'bba2a7cc'

* commit 'bba2a7cc':
  lavfi: use the correct filter context for logging an error.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents bba7b6fc bba2a7cc
......@@ -295,7 +295,7 @@ int avfilter_config_links(AVFilterContext *filter)
if ((config_link = link->dstpad->config_props))
if ((ret = config_link(link)) < 0) {
av_log(link->src, AV_LOG_ERROR,
av_log(link->dst, AV_LOG_ERROR,
"Failed to configure input pad on %s\n",
link->dst->name);
return ret;
......
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