1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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; return 0;
fail: fail:
av_log(NULL, AV_LOG_ERROR, av_log(ctx, AV_LOG_ERROR,
"Error when evaluating the expression '%s'.\n", "Error when evaluating the expression '%s'.\n",
expr); expr);
return ret; return ret;