projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d1018b
)
remove unused variables
author
Måns Rullgård
<mans@mansr.com>
Mon, 12 Dec 2005 01:42:06 +0000
(
01:42
+0000)
committer
Måns Rullgård
<mans@mansr.com>
Mon, 12 Dec 2005 01:42:06 +0000
(
01:42
+0000)
Originally committed as revision 4738 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/alpha/mpegvideo_alpha.c
patch
|
blob
|
history
diff --git
a/libavcodec/alpha/mpegvideo_alpha.c
b/libavcodec/alpha/mpegvideo_alpha.c
index f64fb7472a23837d543b9411855069a83a9d3730..2f05e3eb0654c0815643658b8d16bf2f930b8dcb 100644
(file)
--- a/
libavcodec/alpha/mpegvideo_alpha.c
+++ b/
libavcodec/alpha/mpegvideo_alpha.c
@@
-28,7
+28,7
@@
static void dct_unquantize_h263_intra_axp(MpegEncContext *s, DCTELEM *block,
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
@@
static void dct_unquantize_h263_inter_axp(MpegEncContext *s, DCTELEM *block,
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;