[FFmpeg-cvslog] r18551 - trunk/libavcodec/jrevdct.c

michael subversion
Fri Apr 17 15:59:07 CEST 2009


Author: michael
Date: Fri Apr 17 15:59:07 2009
New Revision: 18551

Log:
Remvoe useless assignment found by CSA.

Modified:
   trunk/libavcodec/jrevdct.c

Modified: trunk/libavcodec/jrevdct.c
==============================================================================
--- trunk/libavcodec/jrevdct.c	Fri Apr 17 15:57:22 2009	(r18550)
+++ trunk/libavcodec/jrevdct.c	Fri Apr 17 15:59:07 2009	(r18551)
@@ -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);



More information about the ffmpeg-cvslog mailing list