vf_drawbox: give all v_log() a context

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-06-26 00:53:32 +02:00
parent 47da9b2c51
commit 73215fe30a

View File

@ -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;