[FFmpeg-cvslog] avfilter/vf_pullup: change log level to error
Paul B Mahol
git at videolan.org
Wed Sep 18 13:56:51 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Sep 18 11:55:04 2013 +0000| [d520055000b8cda49a1b9eb00f852ecbf3442aa9] | committer: Paul B Mahol
avfilter/vf_pullup: change log level to error
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d520055000b8cda49a1b9eb00f852ecbf3442aa9
---
libavfilter/vf_pullup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_pullup.c b/libavfilter/vf_pullup.c
index a81bc56..16e7763 100644
--- 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);
}
More information about the ffmpeg-cvslog
mailing list