Re: [libav-devel] [PATCH 2/8] matroskadec: check realloc in lzo encoding

2012-09-14 Thread Ronald S. Bultje
Hi, On Fri, Sep 14, 2012 at 6:22 PM, Luca Barbato wrote: > Make all the compression encodings behave the same way. > --- > libavformat/matroskadec.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) LGTM. Ronald ___ libav-devel mailin

[libav-devel] [PATCH 2/8] matroskadec: check realloc in lzo encoding

2012-09-14 Thread Luca Barbato
Make all the compression encodings behave the same way. --- libavformat/matroskadec.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 95130fc..bb505c2 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/