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:
b52b6ae
)
Remvoe useless assignment found by CSA.
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 17 Apr 2009 13:59:07 +0000
(13:59 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 17 Apr 2009 13:59:07 +0000
(13:59 +0000)
Originally committed as revision 18551 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/jrevdct.c
patch
|
blob
|
history
diff --git
a/libavcodec/jrevdct.c
b/libavcodec/jrevdct.c
index
b9b2c14
..
b3342c2
100644
(file)
--- 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);