# HG changeset patch # User vitor # Date 1196548538 0 # Node ID 34f551bd0509b4e464f39d603f0d6870cb2ac52c # Parent 80103098c797b16828aa1486bc33d1e746f73f66 Fix alignment broke by my last patch diff -r 80103098c797 -r 34f551bd0509 ppc/dsputil_altivec.c --- a/ppc/dsputil_altivec.c Sat Dec 01 22:21:04 2007 +0000 +++ b/ppc/dsputil_altivec.c Sat Dec 01 22:35:38 2007 +0000 @@ -1094,7 +1094,7 @@ dstV = \ (vector signed short)vec_mergeh((vector signed char)vzero, \ (vector signed char)dstO); \ - /* subtractions inside the first butterfly */ \ + /* subtractions inside the first butterfly */ \ but0 = vec_sub(srcV, dstV); \ op1 = vec_perm(but0, but0, perm1); \ but1 = vec_mladd(but0, vprod1, op1); \ @@ -1267,7 +1267,7 @@ dstW = \ (vector signed short)vec_mergel((vector signed char)vzero, \ (vector signed char)dstO); \ - /* subtractions inside the first butterfly */ \ + /* subtractions inside the first butterfly */ \ but0 = vec_sub(srcV, dstV); \ but0S = vec_sub(srcW, dstW); \ op1 = vec_perm(but0, but0, perm1); \ diff -r 80103098c797 -r 34f551bd0509 vc1.c --- a/vc1.c Sat Dec 01 22:21:04 2007 +0000 +++ b/vc1.c Sat Dec 01 22:35:38 2007 +0000 @@ -4102,7 +4102,7 @@ } /* Return the Picture timestamp as the frame number */ - /* we subtract 1 because it is added on utils.c */ + /* we subtract 1 because it is added on utils.c */ avctx->frame_number = s->picture_number - 1; av_free(buf2);