Commit 59365e63 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_ladspa: remove duplicate code lines

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 7c191dfb
......@@ -318,8 +318,6 @@ static int config_output(AVFilterLink *outlink)
ret = 0;
} else {
LADSPAContext *s = ctx->priv;
outlink->sample_rate = s->sample_rate;
outlink->time_base = (AVRational){1, s->sample_rate};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment