diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-12-02 01:28:21 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-12-02 01:28:21 +0000 |
commit | 4b47d258f6a7224fc89982c955a61141486ec92d (patch) | |
tree | f145ae7fbf3d5095be9a3cd7f124d0ac89d9c117 /libavcodec/ppc | |
parent | ed1dfc4970e77aabf86767f53620b2a1aa6cc3a5 (diff) | |
download | ffmpeg-4b47d258f6a7224fc89982c955a61141486ec92d.tar.gz |
Unused variable removed
Originally committed as revision 7203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/h264_altivec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ppc/h264_altivec.c b/libavcodec/ppc/h264_altivec.c index 4aa366f97b..11cd11900b 100644 --- a/libavcodec/ppc/h264_altivec.c +++ b/libavcodec/ppc/h264_altivec.c @@ -202,7 +202,7 @@ void put_no_rnd_h264_chroma_mc8_altivec(uint8_t * dst, uint8_t * src, int stride 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, |