Commit 73215fe3 authored by Michael Niedermayer's avatar Michael Niedermayer

vf_drawbox: give all v_log() a context

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 47da9b2c
......@@ -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;
......
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