Re: [libav-devel] [PATCH 31/31] adxdec: use planar sample format

2012-10-07 Thread Kostya Shishkov
On Fri, Sep 21, 2012 at 11:23:59AM -0400, Justin Ruggles wrote: > --- > libavcodec/adxdec.c | 21 + > 1 files changed, 13 insertions(+), 8 deletions(-) probably OK ___ libav-devel mailing list libav-devel@libav.org https://lists.li

[libav-devel] [PATCH 31/31] adxdec: use planar sample format

2012-09-21 Thread Justin Ruggles
--- libavcodec/adxdec.c | 21 + 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/libavcodec/adxdec.c b/libavcodec/adxdec.c index 96847c0..4d2892b 100644 --- a/libavcodec/adxdec.c +++ b/libavcodec/adxdec.c @@ -49,7 +49,7 @@ static av_cold int adx_decode_init(AVC