Commit 9c0369d9 authored by diego's avatar diego

Fix some spelling typos


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@25245 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 88561894
...@@ -29,8 +29,8 @@ altivec_packIntArrayToCharArray(int *val, uint8_t* dest, int dstW) { ...@@ -29,8 +29,8 @@ altivec_packIntArrayToCharArray(int *val, uint8_t* dest, int dstW) {
vector unsigned int altivec_vectorShiftInt19 = vector unsigned int altivec_vectorShiftInt19 =
vec_add(vec_splat_u32(10),vec_splat_u32(9)); vec_add(vec_splat_u32(10),vec_splat_u32(9));
if ((unsigned long)dest % 16) { if ((unsigned long)dest % 16) {
/* badly aligned store, we force store alignement */ /* badly aligned store, we force store alignment */
/* and will handle load misalignement on val w/ vec_perm */ /* and will handle load misalignment on val w/ vec_perm */
vector unsigned char perm1; vector unsigned char perm1;
vector signed int v1; vector signed int v1;
for (i = 0 ; (i < dstW) && for (i = 0 ; (i < dstW) &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment