[Mplayer-cvslog] CVS: main/libmpcodecs/native qtrpza.c,1.2,1.3

Arpi of Ize arpi at mplayerhq.hu
Thu Nov 7 00:54:58 CET 2002


Update of /cvsroot/mplayer/main/libmpcodecs/native
In directory mail:/var/tmp.root/cvs-serv16361/libmpcodecs/native

Modified Files:
	qtrpza.c 
Log Message:
*HUGE* set of compiler warning fixes, unused variables removal
based on patch by Dominik Mierzejewski <dominik at rangers.eu.org>


Index: qtrpza.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/qtrpza.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtrpza.c	10 Feb 2002 23:51:23 -0000	1.2
+++ qtrpza.c	6 Nov 2002 23:54:25 -0000	1.3
@@ -130,7 +130,6 @@
 										int height, int bytes_per_pixel)
 {
 
-	int i;
 	int stream_ptr = 0;
 	int chunk_size;
 	unsigned char opcode;
@@ -145,7 +144,6 @@
 	int pixel_ptr = 0;
 	int pixel_x, pixel_y;
 	int row_inc = bytes_per_pixel * (width - 4);
-	int max_height = row_inc * height;
 	int block_x_inc = bytes_per_pixel * 4;
 	int block_y_inc = bytes_per_pixel * width;
 	int block_ptr;




More information about the MPlayer-cvslog mailing list