Re: [libav-devel] [PATCH 1/3] swscale: replace formatConvBuffer[VOF] by allocated array.

2011-05-26 Thread Ronald S. Bultje
Hi, On Thu, May 26, 2011 at 1:04 AM, Kostya wrote: > On Wed, May 25, 2011 at 02:38:13PM -0400, Ronald S. Bultje wrote: >> This allows to convert between formats of arbitrary width, >> regardless of the value of VOF/VOFW. >> --- >>  libswscale/swscale_internal.h |    2 +- >>  libswscale/swscale_te

Re: [libav-devel] [PATCH 1/3] swscale: replace formatConvBuffer[VOF] by allocated array.

2011-05-25 Thread Kostya
On Wed, May 25, 2011 at 02:38:13PM -0400, Ronald S. Bultje wrote: > This allows to convert between formats of arbitrary width, > regardless of the value of VOF/VOFW. > --- > libswscale/swscale_internal.h |2 +- > libswscale/swscale_template.c |4 ++-- > libswscale/utils.c|6

[libav-devel] [PATCH 1/3] swscale: replace formatConvBuffer[VOF] by allocated array.

2011-05-25 Thread Ronald S. Bultje
This allows to convert between formats of arbitrary width, regardless of the value of VOF/VOFW. --- libswscale/swscale_internal.h |2 +- libswscale/swscale_template.c |4 ++-- libswscale/utils.c|6 ++ 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/libsws