[MPlayer-cvslog] CVS: main/libmpdemux demux_mpg.c,1.80,1.81

Nico Sabbi CVS syncmail at mplayerhq.hu
Wed May 3 20:12:41 CEST 2006


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv28056

Modified Files:
	demux_mpg.c 
Log Message:
stream_read_word() returns _unsigned_ int

Index: demux_mpg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mpg.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- demux_mpg.c	3 May 2006 17:55:02 -0000	1.80
+++ demux_mpg.c	3 May 2006 18:12:38 -0000	1.81
@@ -153,7 +153,7 @@
 
 
 static unsigned long long read_mpeg_timestamp(stream_t *s,int c){
-  int d,e;
+  unsigned int d,e;
   unsigned long long pts;
   d=stream_read_word(s);
   e=stream_read_word(s);




More information about the MPlayer-cvslog mailing list