mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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…
x
Reference in New Issue
Block a user