You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavfi: take_samples: free frames after taking all samples.
This commit is contained in:
@@ -1288,6 +1288,7 @@ static int take_samples(AVFilterLink *link, unsigned min, unsigned max,
|
||||
av_samples_copy(buf->extended_data, frame->extended_data, p, 0,
|
||||
frame->nb_samples, link->channels, link->format);
|
||||
p += frame->nb_samples;
|
||||
av_frame_free(&frame);
|
||||
}
|
||||
if (p < nb_samples) {
|
||||
unsigned n = nb_samples - p;
|
||||
|
Reference in New Issue
Block a user