Browse Source

avfilter/af_headphone: Remove always true check

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt 5 years ago
parent
commit
709fca0a94
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavfilter/af_headphone.c

+ 0
- 2
libavfilter/af_headphone.c View File

@@ -631,10 +631,8 @@ static int activate(AVFilterContext *ctx)
if ((ret = check_ir(ctx->inputs[i], i)) < 0)
return ret;

if (!s->in[i].eof) {
if (ff_outlink_get_status(ctx->inputs[i]) == AVERROR_EOF)
s->in[i].eof = 1;
}
}

for (i = 1; i < s->nb_inputs; i++) {


Loading…
Cancel
Save