summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/mpegvideo_altivec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-03-06 12:06:00 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-06 12:06:00 +0000
commit105645219a6bb805773c4da7b47a5f530e718229 (patch)
tree19ee5c6998d9c1353dc72934bea20cab6a8fbabb /libavcodec/ppc/mpegvideo_altivec.c
parent983e3246b7528e6ffc0cc347d54b86e161140fe6 (diff)
altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)
Originally committed as revision 1635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc/mpegvideo_altivec.c')
-rw-r--r--libavcodec/ppc/mpegvideo_altivec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/mpegvideo_altivec.c b/libavcodec/ppc/mpegvideo_altivec.c
index 2123880489..95558a6be4 100644
--- a/libavcodec/ppc/mpegvideo_altivec.c
+++ b/libavcodec/ppc/mpegvideo_altivec.c
@@ -504,7 +504,7 @@ int dct_quantize_altivec(MpegEncContext* s,
(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);
}