Commit 72619760 authored by Michael Niedermayer's avatar Michael Niedermayer

Remvoe useless assignment found by CSA.

Originally committed as revision 18551 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b52b6ae4
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment