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);
|
s->nb_planes = av_pix_fmt_count_planes(inlink->format);
|
||||||
|
|
||||||
if (mp + 1 > s->nb_planes) {
|
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);
|
return AVERROR(EINVAL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user