[FFmpeg-devel] [PATCH] libvpxdec: apply RGB to 444P16 instead of 422P16.

2015-09-11 Thread Ronald S. Bultje
--- libavcodec/libvpxdec.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c index eb05f26..7267590 100644 --- a/libavcodec/libvpxdec.c +++ b/libavcodec/libvpxdec.c @@ -112,20 +112,10 @@ static int

Re: [FFmpeg-devel] [PATCH] libvpxdec: apply RGB to 444P16 instead of 422P16.

2015-09-11 Thread James Zern
On Fri, Sep 11, 2015 at 10:43 AM, Ronald S. Bultje wrote: > --- > libavcodec/libvpxdec.c | 20 ++-- > 1 file changed, 10 insertions(+), 10 deletions(-) > lgtm. sorry I wasn't paying attention with the last patch. > diff --git a/libavcodec/libvpxdec.c

Re: [FFmpeg-devel] [PATCH] libvpxdec: apply RGB to 444P16 instead of 422P16.

2015-09-11 Thread Ronald S. Bultje
On Fri, Sep 11, 2015 at 3:55 PM, James Zern wrote: > On Fri, Sep 11, 2015 at 10:43 AM, Ronald S. Bultje > wrote: > > --- > > libavcodec/libvpxdec.c | 20 ++-- > > 1 file changed, 10 insertions(+), 10 deletions(-) > > > > lgtm. sorry I