summaryrefslogtreecommitdiff
path: root/libavfilter/vf_drawbox.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-06-26 00:53:32 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-06-26 00:54:08 +0200
commit73215fe30af4b1c022b9959b6677c5c49f3e3caa (patch)
tree094f6c7a5f9766e7bb67f02e71316334599f9705 /libavfilter/vf_drawbox.c
parent47da9b2c51129038f54a10e05e8c9dbc8ac26c62 (diff)
vf_drawbox: give all v_log() a context
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_drawbox.c')
-rw-r--r--libavfilter/vf_drawbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_drawbox.c b/libavfilter/vf_drawbox.c
index d669dfb5c9..7dff875938 100644
--- a/libavfilter/vf_drawbox.c
+++ b/libavfilter/vf_drawbox.c
@@ -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;