changeset 5914:f6c430823940 libavcodec

Remove unused variable, fixes the warning: ppc/vc1dsp_altivec.c: In function ¡Ævc1_inv_trans_8x8_altivec¡Ç: ppc/vc1dsp_altivec.c:141: warning: unused variable ¡Ævec_5¡Ç
author diego
date Tue, 13 Nov 2007 00:48:24 +0000
parents 54304ff683cd
children 4528d63fbc8e
files ppc/vc1dsp_altivec.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/vc1dsp_altivec.c	Mon Nov 12 22:29:37 2007 +0000
+++ b/ppc/vc1dsp_altivec.c	Tue Nov 13 00:48:24 2007 +0000
@@ -138,7 +138,6 @@
     vector signed int t0, t1, t2, t3, t4, t5, t6, t7;
     const vector signed int vec_64 = vec_sl(vec_splat_s32(4), vec_splat_u32(4));
     const vector unsigned int vec_7 = vec_splat_u32(7);
-    const vector unsigned int vec_5 = vec_splat_u32(5);
     const vector unsigned int vec_4 = vec_splat_u32(4);
     const vector  signed int vec_4s = vec_splat_s32(4);
     const vector unsigned int vec_3 = vec_splat_u32(3);