mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
avfilter/vf_crop: add logging context to log
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
This commit is contained in:
parent
aea36b6357
commit
acc1256654
@ -244,7 +244,7 @@ static int config_input(AVFilterLink *link)
|
||||
return 0;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user