mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/af_ladspa: remove not wanted line
This fixes output when trimming output samples.
This commit is contained in:
parent
d82481ef41
commit
ee9345e905
|
@ -231,7 +231,6 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
|
|||
|
||||
new_out_samples -= trim;
|
||||
s->in_trim -= trim;
|
||||
out->nb_samples = new_out_samples;
|
||||
}
|
||||
|
||||
if (new_out_samples <= 0) {
|
||||
|
|
Loading…
Reference in New Issue