projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47da9b2
)
vf_drawbox: give all v_log() a context
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 25 Jun 2013 22:53:32 +0000
(
00:53
+0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 25 Jun 2013 22:54:08 +0000
(
00:54
+0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_drawbox.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_drawbox.c
b/libavfilter/vf_drawbox.c
index
d669dfb
..
7dff875
100644
(file)
--- 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;