Re: [libav-devel] [PATCH 11/31] mpc7/8: use planar sample format

2012-09-21 Thread Kostya Shishkov
On Fri, Sep 21, 2012 at 11:23:39AM -0400, Justin Ruggles wrote: > --- > libavcodec/mpc.c | 14 +- > libavcodec/mpc.h |2 +- > libavcodec/mpc7.c |6 -- > libavcodec/mpc8.c |7 +-- > 4 files changed, 15 insertions(+), 14 deletions(-) LGTM

[libav-devel] [PATCH 11/31] mpc7/8: use planar sample format

2012-09-21 Thread Justin Ruggles
--- libavcodec/mpc.c | 14 +- libavcodec/mpc.h |2 +- libavcodec/mpc7.c |6 -- libavcodec/mpc8.c |7 +-- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c index 6b15a33..5a54a9b 100644 --- a/libavcodec/mpc.c +++