Browse Source

avfilter/vf_pullup: change log level to error

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.1
Paul B Mahol 11 years ago
parent
commit
d520055000
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_pullup.c

+ 1
- 1
libavfilter/vf_pullup.c View File

@@ -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…
Cancel
Save