Re: [libav-devel] [PATCH] h2645_parse: Allocate a single buffer per packet

2017-11-03 Thread Luca Barbato
On 03/11/2017 20:52, James Almer wrote: From: Kieran Kunhya Drastically reduces memory usage on pathological streams. --- Fixed so it may apply cleanly, and with the memset() change removed. Thank you :) I'm happy with it now, anybody is against landing it? lu

[libav-devel] [PATCH] h2645_parse: Allocate a single buffer per packet

2017-11-03 Thread James Almer
From: Kieran Kunhya Drastically reduces memory usage on pathological streams. --- Fixed so it may apply cleanly, and with the memset() change removed. libavcodec/h2645_parse.c | 22 -- libavcodec/h2645_parse.h | 10 -- libavcodec/h264_parser.c | 11