Commit 329b995a authored by michael's avatar michael

Remove unused assignment from j_rev_dct() found by CSA.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18558 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d086a1e3
......@@ -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);
......
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