Re: [libav-devel] [PATCH 28/31] adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3

2012-10-07 Thread Kostya Shishkov
On Fri, Sep 21, 2012 at 11:23:56AM -0400, Justin Ruggles wrote: > --- > libavcodec/adpcm.c | 20 ++-- > 1 files changed, 10 insertions(+), 10 deletions(-) > > diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c > index 8c6252d..2ef845b 100644 > --- a/libavcodec/adpcm.c > +++ b/

[libav-devel] [PATCH 28/31] adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3

2012-09-21 Thread Justin Ruggles
--- libavcodec/adpcm.c | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 8c6252d..2ef845b 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -140,6 +140,9 @@ static av_cold int adpcm_decode_init(AVCo