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

2018-01-05 Thread Michael Niedermayer
On Fri, Jan 05, 2018 at 08:06:48PM +1100, mi...@brew.sh wrote: > From: Misty De Meo > > --- > libavcodec/adpcm.c | 7 +++ > 1 file changed, 7 insertions(+) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The worst form of inequality is to

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

2018-01-05 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..cd3bbd33c2 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -1115,6 +1115,7 @@ static int adpcm_decode_frame(AVCodecContext *a