Fix visual corruption when picture width was not mod 32.
commit918ff3c6a33e170655b61af85f8955ec5590fff8
authorDavid Wolstencroft <wolstencroft@alum.rpi.edu>
Sun, 14 Dec 2008 10:47:28 +0000 (14 10:47 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Sun, 14 Dec 2008 10:47:28 +0000 (14 10:47 +0000)
tree72a9aef65fd4d998bfe08273e0642c27f3bec502
parent9089d217078450fad075b5eb61f372572d094a5f
Fix visual corruption when picture width was not mod 32.
The previous Altivec implemention of mc_chroma assumed that i_src_stride was always mod 16.
common/ppc/mc.c