Browse Source

Merge commit '4438c256387a5845e5cdc5c14c43f4047b68301b'

* commit '4438c256387a5845e5cdc5c14c43f4047b68301b':
  vf_interlace: remove the warning tag in the message

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.6
Michael Niedermayer 11 years ago
parent
commit
f2f88b952d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_interlace.c

+ 1
- 1
libavfilter/vf_interlace.c View File

@@ -100,7 +100,7 @@ static int config_out_props(AVFilterLink *outlink)
}

if (!s->lowpass)
av_log(ctx, AV_LOG_WARNING, "***warning*** Lowpass filter is disabled, "
av_log(ctx, AV_LOG_WARNING, "Lowpass filter is disabled, "
"the resulting video will be aliased rather than interlaced.\n");

// same input size


Loading…
Cancel
Save