On Tue, Sep 08, 2020 at 11:18:46PM +0200, Andreas Rheinhardt wrote: > When the headphone filter is configured to perform its processing in the > frequency domain, it allocates (among other things) two pairs of > buffers, all of the same size. One pair is used to store data in it > during the initialization of the filter; the other pair is only > allocated lateron. It is zero-initialized and yet its data is > immediately overwritten by the content of the other pair of buffers > mentioned above; the latter pair is then freed. > > This commit eliminates the pair of intermediate buffers. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > libavfilter/af_headphone.c | 33 +++++++-------------------------- > 1 file changed, 7 insertions(+), 26 deletions(-) >
should be fine if does not break usage. _______________________________________________ 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".