mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter/vf_pullup: change log level to error
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
fe5b7612c0
commit
d520055000
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user