git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fe5b761
)
avfilter/vf_pullup: change log level to error
author
Paul B Mahol
<onemda@gmail.com>
Wed, 18 Sep 2013 11:55:04 +0000
(11:55 +0000)
committer
Paul B Mahol
<onemda@gmail.com>
Wed, 18 Sep 2013 11:56:36 +0000
(11:56 +0000)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavfilter/vf_pullup.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_pullup.c
b/libavfilter/vf_pullup.c
index
a81bc56
..
16e7763
100644
(file)
--- a/
libavfilter/vf_pullup.c
+++ b/
libavfilter/vf_pullup.c
@@
-166,7
+166,7
@@
static int config_input(AVFilterLink *inlink)
s->nb_planes = av_pix_fmt_count_planes(inlink->format);
if (mp + 1 > s->nb_planes) {
- av_log(ctx, AV_LOG_
WARNING
, "input format does not have such plane\n");
+ av_log(ctx, AV_LOG_
ERROR
, "input format does not have such plane\n");
return AVERROR(EINVAL);
}