Skip to content
Snippets Groups Projects
Commit 1b2390e2 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avfilter/af_silenceremove: remove dead code


Fixes CID1237284

Reviewed-by: default avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent cbb27798
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment