Re: [libav-devel] [PATCH 5/6] lavf: use a malloced AVFrame in try_decode_frame().

2012-09-21 Thread Luca Barbato
Ok if fate-valgring is happy -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 5/6] lavf: use a malloced AVFrame in try_decode_frame().

2012-09-21 Thread Anton Khirnov
This allows using avcodec_free_frame() to free it properly. --- libavformat/utils.c | 25 + 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index 64be7c8..f4f491f 100644 --- a/libavformat/utils.c +++ b/libavformat/u