Re: [libav-devel] [PATCH] 4xm: fix calculation of the next output line position in decode_i2_frame()

2012-01-04 Thread Ronald S. Bultje
Hi, On Wed, Jan 4, 2012 at 11:12 AM, Aneesh Dogra wrote: > The current code doesn't works unless width is an exact multiple of 16 > --- >  libavcodec/4xm.c |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c > index ed42d75..cfb8279 1

Re: [libav-devel] [PATCH] 4xm: fix calculation of the next output line position in decode_i2_frame()

2012-01-04 Thread Diego Biurrun
On Thu, Jan 05, 2012 at 12:42:26AM +0530, Aneesh Dogra wrote: > The current code doesn't works unless width is an exact multiple of 16 worK, end in a period Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinf

[libav-devel] [PATCH] 4xm: fix calculation of the next output line position in decode_i2_frame()

2012-01-04 Thread Aneesh Dogra
The current code doesn't works unless width is an exact multiple of 16 --- libavcodec/4xm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index ed42d75..cfb8279 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -640,7 +640,7 @@