Commit 985ed651 authored by Steven Liu's avatar Steven Liu

avfilter/vf_pad: add logging context to log

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent 9b2155ad
......@@ -210,7 +210,7 @@ static int config_input(AVFilterLink *inlink)
return 0;
eval_fail:
av_log(NULL, AV_LOG_ERROR,
av_log(ctx, AV_LOG_ERROR,
"Error when evaluating the expression '%s'\n", expr);
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