On Tue, Sep 08, 2020 at 11:18:50PM +0200, Andreas Rheinhardt wrote: > Despite the headphone filter only using one AVFrame at a time, it kept > an array each of whose entries contained a pointer to an AVFrame at all > times; the pointers were mostly NULL. This commit instead replaces them > by using a single pointer to an AVFrame on the stack of the only > function that actually uses them. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > libavfilter/af_headphone.c | 14 ++++---------- > 1 file changed, 4 insertions(+), 10 deletions(-) >
should be fine if properly tested. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".