[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec/alpha mpegvideo_alpha.c, 1.11, 1.12

Måns Rullgård CVS mru
Mon Dec 12 02:42:08 CET 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec/alpha
In directory mail:/var2/tmp/cvs-serv26568

Modified Files:
	mpegvideo_alpha.c 
Log Message:
remove unused variables


Index: mpegvideo_alpha.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/alpha/mpegvideo_alpha.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mpegvideo_alpha.c	15 Dec 2003 09:21:28 -0000	1.11
+++ mpegvideo_alpha.c	12 Dec 2005 01:42:06 -0000	1.12
@@ -28,7 +28,7 @@
     uint64_t qmul, qadd;
     uint64_t correction;
     DCTELEM *orig_block = block;
-    DCTELEM block0;
+    DCTELEM block0;             /* might not be used uninitialized */
 
     qadd = WORD_VEC((qscale - 1) | 1);
     qmul = qscale << 1;
@@ -92,8 +92,6 @@
     int i, n_coeffs;
     uint64_t qmul, qadd;
     uint64_t correction;
-    DCTELEM *orig_block = block;
-    DCTELEM block0;
 
     qadd = WORD_VEC((qscale - 1) | 1);
     qmul = qscale << 1;





More information about the ffmpeg-cvslog mailing list