From 73215fe30af4b1c022b9959b6677c5c49f3e3caa Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 26 Jun 2013 00:53:32 +0200 Subject: [PATCH] vf_drawbox: give all v_log() a context Signed-off-by: Michael Niedermayer --- libavfilter/vf_drawbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0