[Mplayer-cvslog] CVS: main/libmpcodecs/native nuppelvideo.c,1.8,1.9

Arpi of Ize arpi at mplayerhq.hu
Thu Aug 29 00:46:18 CEST 2002


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

Modified Files:
	nuppelvideo.c 
Log Message:
mostly compiler warning fixes, some small bugfix
patch by Dominik Mierzejewski <dominik at rangers.eu.org>


Index: nuppelvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/native/nuppelvideo.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nuppelvideo.c	30 May 2002 11:56:59 -0000	1.8
+++ nuppelvideo.c	28 Aug 2002 22:45:45 -0000	1.9
@@ -44,7 +44,7 @@
 		/* tables are in encoded */
 		if (encodedh->comptype == 'R')
 		{
-		    RTjpeg_init_decompress ( encoded+12, width, height );
+		    RTjpeg_init_decompress ( (unsigned long *)(encoded+12), width, height );
 		    mp_msg(MSGT_DECVIDEO, MSGL_V, "Found RTjpeg tables (size: %d, width: %d, height: %d)\n",
 			encoded_size-12, width, height);
 		}




More information about the MPlayer-cvslog mailing list