Commit acc12566 authored by Steven Liu's avatar Steven Liu

avfilter/vf_crop: add logging context to log

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