Re: [FFmpeg-devel] [PATCH 2/3] adpcm: consume remainder after consuming XA chunks

2018-01-04 Thread Michael Niedermayer
On Wed, Jan 03, 2018 at 07:14:23PM +1100, mi...@brew.sh wrote: > From: Misty De Meo > > --- > libavcodec/adpcm.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c > index be206c55ba..50ffba0db6 100644 > --- a/libavcodec/adpcm.c > +++ b/libav

[FFmpeg-devel] [PATCH 2/3] adpcm: consume remainder after consuming XA chunks

2018-01-03 Thread misty
From: Misty De Meo --- libavcodec/adpcm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index be206c55ba..50ffba0db6 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -1115,6 +1115,7 @@ static int adpcm_decode_frame(AVCodecContext *a