Re: [libav-devel] [PATCH 4/5] adpcmdec: check remaining buffer size before decoding next block in the ADPCM IMA WAV decoder.

2011-10-12 Thread Janne Grunau
On Tue, Oct 04, 2011 at 06:02:06PM -0400, Justin Ruggles wrote: > --- > libavcodec/adpcm.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c > index 023805b..c26c515 100644 > --- a/libavcodec/adpcm.c > +++ b/libavcodec/adpcm.c >

Re: [libav-devel] [PATCH 4/5] adpcmdec: check remaining buffer size before decoding next block in the ADPCM IMA WAV decoder.

2011-10-10 Thread Justin Ruggles
On 10/04/2011 06:02 PM, Justin Ruggles wrote: > --- > libavcodec/adpcm.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c > index 023805b..c26c515 100644 > --- a/libavcodec/adpcm.c > +++ b/libavcodec/adpcm.c > @@ -431,7 +431,7

[libav-devel] [PATCH 4/5] adpcmdec: check remaining buffer size before decoding next block in the ADPCM IMA WAV decoder.

2011-10-04 Thread Justin Ruggles
--- libavcodec/adpcm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 023805b..c26c515 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -431,7 +431,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx,