summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/jrevdct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/jrevdct.c b/libavcodec/jrevdct.c
index b3342c2738..3096b0b2eb 100644
--- a/libavcodec/jrevdct.c
+++ b/libavcodec/jrevdct.c
@@ -716,7 +716,6 @@ void j_rev_dct(DCTBLOCK data)
if (d1) {
/* d1 != 0, d3 == 0, d5 != 0, d7 != 0 */
z1 = d7 + d1;
- z2 = d5;
z3 = d7;
z4 = d5 + d1;
z5 = MULTIPLY(z3 + z4, FIX_1_175875602);