summaryrefslogtreecommitdiff
path: root/libswscale/swscale_altivec_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-01 14:17:45 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-01 14:17:45 +0000
commit0fe89aca42055d4e0a1aced58ce9fe1f238b7e6d (patch)
tree8205a351a514077ec5a950630a6961316c0898bc /libswscale/swscale_altivec_template.c
parente8f42cc0f522a3a8448e17bfcf08afc8fbb0f891 (diff)
Remove unused variables.
Originally committed as revision 20012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_altivec_template.c')
-rw-r--r--libswscale/swscale_altivec_template.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libswscale/swscale_altivec_template.c b/libswscale/swscale_altivec_template.c
index 8eb7dc8448..1cedcce9b5 100644
--- a/libswscale/swscale_altivec_template.c
+++ b/libswscale/swscale_altivec_template.c
@@ -231,7 +231,6 @@ static inline void hScale_altivec_real(int16_t *dst, int dstW, uint8_t *src, int
case 4:
{
for(i=0; i<dstW; i++) {
- register int j;
register int srcPos = filterPos[i];
vector unsigned char src_v0 = vec_ld(srcPos, src);