Re: [libav-devel] [PATCH 29/31] adpcmdec: use planar sample format for adpcm_ea_xas

2012-10-07 Thread Kostya Shishkov
On Fri, Sep 21, 2012 at 11:23:57AM -0400, Justin Ruggles wrote: > --- > libavcodec/adpcm.c | 28 > 1 files changed, 16 insertions(+), 12 deletions(-) LGTM ___ libav-devel mailing list libav-devel@libav.org https://lists.li

[libav-devel] [PATCH 29/31] adpcmdec: use planar sample format for adpcm_ea_xas

2012-09-21 Thread Justin Ruggles
--- libavcodec/adpcm.c | 28 1 files changed, 16 insertions(+), 12 deletions(-) diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index 2ef845b..e3b9b24 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -143,6 +143,7 @@ static av_cold int adpcm_decode_i