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 <[email protected]> > --- > libavfilter/af_headphone.c | 14 ++++---------- > 1 file changed, 4 insertions(+), 10 deletions(-) >
should be fine if properly tested. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
