diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-05-12 10:40:49 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-05-12 10:52:52 +0200 |
commit | ee9345e9054c78ada2e3eda95750c2b4457fc462 (patch) | |
tree | 94b41d88680d95a2be3dab6c2defa6e9f1632daf /libavfilter | |
parent | d82481ef4124b9ec218dc1800aa9b0fba921e3aa (diff) | |
download | ffmpeg-ee9345e9054c78ada2e3eda95750c2b4457fc462.tar.gz |
avfilter/af_ladspa: remove not wanted line
This fixes output when trimming output samples.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/af_ladspa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/af_ladspa.c b/libavfilter/af_ladspa.c index 1c3ede2ee2..fc93d56af7 100644 --- a/libavfilter/af_ladspa.c +++ b/libavfilter/af_ladspa.c @@ -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) { |