diff options
author | Torsten Jager <t.jager@gmx.de> | 2012-10-07 21:44:49 +0300 |
---|---|---|
committer | Torsten Jager <t.jager@gmx.de> | 2012-10-07 21:44:49 +0300 |
commit | 6d3333041cdbeb59443d0eae2c02469a3556d229 (patch) | |
tree | eab1980b8e198043113ea228e07ebc8e8cb24db7 /src | |
parent | 275a862b02b40d2704150964752544c63a0c2c0e (diff) | |
download | xine-lib-6d3333041cdbeb59443d0eae2c02469a3556d229.tar.gz xine-lib-6d3333041cdbeb59443d0eae2c02469a3556d229.tar.bz2 |
yuv444_to_yuy2_mmx: follow target UV pitch
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-utils/color.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xine-utils/color.c b/src/xine-utils/color.c index bdd031bdf..26d53c545 100644 --- a/src/xine-utils/color.c +++ b/src/xine-utils/color.c @@ -455,6 +455,7 @@ static void yuv444_to_yuy2_mmx(const yuv_planes_t *yuv_planes, unsigned char *yu psrlq_i2r(16, mm1); /* toss out 2 C samples and loop again */ } } + dest_plane += row_inc; } } |