Quoting James Almer (2021-02-20 14:21:47) > No buffer will be fetched from the pool after it's uninitialized, so there's > no benefit from waiting until every single buffer has been returned to it > before freeing them all. > This should free some memory in certain scenarios, which can be beneficial in > low memory systems. > > Based on a patch by Jonas Karlman. > > Signed-off-by: James Almer <[email protected]> > --- > libavutil/buffer.c | 19 ++++++++++++++----- > 1 file changed, 14 insertions(+), 5 deletions(-)
Looks ok. -- Anton Khirnov _______________________________________________ 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".
