vf_drawbox: give all v_log() a context
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
47da9b2c51
commit
73215fe30a
@ -190,7 +190,7 @@ static int config_input(AVFilterLink *inlink)
|
||||
return 0;
|
||||
|
||||
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