summaryrefslogtreecommitdiff
path: root/libavcodec/jrevdct.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-04-17 13:59:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-04-17 13:59:07 +0000
commit72619760f07b27f28b18a6e85b733cc9428d3f1b (patch)
tree9945d38c42f03dd8bdbc8ec0f2d19197e10cccbf /libavcodec/jrevdct.c
parentb52b6ae489cf1ec57e69de1ab4d8c55d13069b14 (diff)
Remvoe useless assignment found by CSA.
Originally committed as revision 18551 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/jrevdct.c')
-rw-r--r--libavcodec/jrevdct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/jrevdct.c b/libavcodec/jrevdct.c
index b9b2c1421c..b3342c2738 100644
--- a/libavcodec/jrevdct.c
+++ b/libavcodec/jrevdct.c
@@ -692,7 +692,6 @@ void j_rev_dct(DCTBLOCK data)
tmp3 += z1 + z4;
} else {
/* d1 == 0, d3 != 0, d5 != 0, d7 != 0 */
- z1 = d7;
z2 = d5 + d3;
z3 = d7 + d3;
z5 = MULTIPLY(z3 + d5, FIX_1_175875602);