OSDN Git Service

4xm: fix calculation of the next output line position in decode_i2_frame().
authorAneesh Dogra <lionaneesh@gmail.com>
Wed, 4 Jan 2012 19:12:26 +0000 (00:42 +0530)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 5 Jan 2012 05:09:22 +0000 (21:09 -0800)
commit893f1376793e67e4be76d074d51313e59805bd40
treeb206e71064ebaf8268e43f422d9e0eca7b808a2b
parentfeb15cee5e19a1e31d075ec08d598d64c2dc38ef
4xm: fix calculation of the next output line position in decode_i2_frame().

The current code doesn't work unless width is an exact multiple of 16.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavcodec/4xm.c