Browse Source

avfilter/af_silenceremove: remove dead code

Fixes CID1237284

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer 10 years ago
parent
commit
1b2390e2bc
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      libavfilter/af_silenceremove.c

+ 2
- 5
libavfilter/af_silenceremove.c View File

@@ -335,13 +335,10 @@ silence_copy:
flush(out, outlink, &nb_samples_written, &ret);
goto silence_trim;
}
} else {
s->mode = SILENCE_COPY_FLUSH;
flush(out, outlink, &nb_samples_written, &ret);
goto silence_copy_flush;
}
s->mode = SILENCE_COPY_FLUSH;
flush(out, outlink, &nb_samples_written, &ret);
break;
goto silence_copy_flush;
}
}
}


Loading…
Cancel
Save