diff ppc/mpegvideo_altivec.c @ 1107:28f0e53706a7 libavcodec

altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)
author michaelni
date Thu, 06 Mar 2003 12:06:00 +0000
parents f59c3f66363b
children f3152eb76f1a
line wrap: on
line diff
--- a/ppc/mpegvideo_altivec.c	Thu Mar 06 11:32:04 2003 +0000
+++ b/ppc/mpegvideo_altivec.c	Thu Mar 06 12:06:00 2003 +0000
@@ -504,7 +504,7 @@
         (s->dsp.idct_permutation_type != FF_TRANSPOSE_IDCT_PERM) &&
         (s->dsp.idct_permutation_type != FF_NO_IDCT_PERM))
     {
-        ff_block_permute(data, s->idsp.dct_permutation,
+        ff_block_permute(data, s->dsp.idct_permutation,
                 s->intra_scantable.scantable, lastNonZero);
     }