Re: [libav-devel] [PATCH 3/3] swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().

2011-05-26 Thread Kostya
On Tue, May 24, 2011 at 04:07:52PM -0400, Ronald S. Bultje wrote: > This allows cutting up the function in much smaller and easier- > to-maintain chunks. > --- > libswscale/x86/swscale_template.c | 370 > +++-- > 1 files changed, 234 insertions(+), 136 deletions(-

Re: [libav-devel] [PATCH 3/3] swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().

2011-05-25 Thread Ronald S. Bultje
Hi, On Tue, May 24, 2011 at 4:07 PM, Ronald S. Bultje wrote: > This allows cutting up the function in much smaller and easier- > to-maintain chunks. > --- >  libswscale/x86/swscale_template.c |  370 > +++-- >  1 files changed, 234 insertions(+), 136 deletions(-)

[libav-devel] [PATCH 3/3] swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().

2011-05-24 Thread Ronald S. Bultje
This allows cutting up the function in much smaller and easier- to-maintain chunks. --- libswscale/x86/swscale_template.c | 370 +++-- 1 files changed, 234 insertions(+), 136 deletions(-) diff --git a/libswscale/x86/swscale_template.c b/libswscale/x86/swscale_tem