mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 11:28:05 +00:00
avfilter/vf_pad: 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
9b2155ad3f
commit
985ed65117
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user