mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Merge commit 'bba2a7cc5f7c7aaa32a938f3d4edd9f555f39cdb'
* commit 'bba2a7cc5f7c7aaa32a938f3d4edd9f555f39cdb': lavfi: use the correct filter context for logging an error. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b76059058a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user