Mercurial > libavcodec.hg
changeset 2961:dc544c0e6220 libavcodec
remove unused variables
author | mru |
---|---|
date | Mon, 12 Dec 2005 01:42:06 +0000 |
parents | be87ff950242 |
children | fde28cb7e3d5 |
files | alpha/mpegvideo_alpha.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/alpha/mpegvideo_alpha.c Sun Dec 11 02:16:21 2005 +0000 +++ b/alpha/mpegvideo_alpha.c Mon Dec 12 01:42:06 2005 +0000 @@ -28,7 +28,7 @@ uint64_t qmul, qadd; uint64_t correction; DCTELEM *orig_block = block; - DCTELEM block0; + DCTELEM block0; /* might not be used uninitialized */ qadd = WORD_VEC((qscale - 1) | 1); qmul = qscale << 1; @@ -92,8 +92,6 @@ int i, n_coeffs; uint64_t qmul, qadd; uint64_t correction; - DCTELEM *orig_block = block; - DCTELEM block0; qadd = WORD_VEC((qscale - 1) | 1); qmul = qscale << 1;