Mercurial > libavcodec.hg
changeset 4254:bd7f921813b1 libavcodec
Unused variable removed
author | lu_zero |
---|---|
date | Sat, 02 Dec 2006 01:28:21 +0000 |
parents | b2c06cdd6154 |
children | f775fd9f3b05 |
files | ppc/h264_altivec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ppc/h264_altivec.c Fri Dec 01 20:38:54 2006 +0000 +++ b/ppc/h264_altivec.c Sat Dec 02 01:28:21 2006 +0000 @@ -202,7 +202,7 @@ vector signed short vsrc0ssH, vsrc1ssH; vector unsigned char vsrcCuc, vsrc2uc, vsrc3uc; vector signed short vsrc2ssH, vsrc3ssH, psum; - vector unsigned char vdst, ppsum, vfdst, fsum; + vector unsigned char vdst, ppsum, fsum; if (((unsigned long)dst) % 16 == 0) { fperm = (vector unsigned char)AVV(0x10, 0x11, 0x12, 0x13,