[Ffmpeg-cvslog] r7203 - trunk/libavcodec/ppc/h264_altivec.c
lu_zero
subversion
Sat Dec 2 02:28:22 CET 2006
Author: lu_zero
Date: Sat Dec 2 02:28:21 2006
New Revision: 7203
Modified:
trunk/libavcodec/ppc/h264_altivec.c
Log:
Unused variable removed
Modified: trunk/libavcodec/ppc/h264_altivec.c
==============================================================================
--- trunk/libavcodec/ppc/h264_altivec.c (original)
+++ trunk/libavcodec/ppc/h264_altivec.c Sat Dec 2 02:28:21 2006
@@ -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,
More information about the ffmpeg-cvslog
mailing list