diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-06 12:06:00 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-06 12:06:00 +0000 |
commit | 105645219a6bb805773c4da7b47a5f530e718229 (patch) | |
tree | 19ee5c6998d9c1353dc72934bea20cab6a8fbabb /libavcodec/ppc/mpegvideo_altivec.c | |
parent | 983e3246b7528e6ffc0cc347d54b86e161140fe6 (diff) | |
download | ffmpeg-105645219a6bb805773c4da7b47a5f530e718229.tar.gz |
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.c | 2 |
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); } |