[FFmpeg-cvslog] vf_drawbox: give all v_log() a context
Michael Niedermayer
git at videolan.org
Wed Jun 26 01:22:47 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jun 26 00:53:32 2013 +0200| [73215fe30af4b1c022b9959b6677c5c49f3e3caa] | committer: Michael Niedermayer
vf_drawbox: give all v_log() a context
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73215fe30af4b1c022b9959b6677c5c49f3e3caa
---
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 d669dfb..7dff875 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;
More information about the ffmpeg-cvslog
mailing list