[Mplayer-cvslog] CVS: main/libmpdemux aviheader.c,1.55,1.56

Alex Beregszaszi syncmail at mplayerhq.hu
Thu Apr 29 08:27:32 CEST 2004


CVS change done by Alex Beregszaszi

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

Modified Files:
	aviheader.c 
Log Message:
forgot to commit

Index: aviheader.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/aviheader.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- aviheader.c	27 Apr 2004 23:08:46 -0000	1.55
+++ aviheader.c	29 Apr 2004 06:27:30 -0000	1.56
@@ -222,7 +222,7 @@
       if(verbose>=1) print_strh(&h);
       break; }
     case mmioFOURCC('i', 'n', 'd', 'x'): {
-      DWORD i;
+      uint32_t i;
       unsigned msize = 0;
       avisuperindex_chunk *s;
       // FIXME: do not use odml index for files that don't need it.
@@ -334,7 +334,7 @@
     }
     case mmioFOURCC('v', 'p', 'r', 'p'): {
 	VideoPropHeader *vprp = malloc(chunksize);
-	int i;
+	unsigned int i;
 	stream_read(demuxer->stream, (void*)vprp, chunksize);
 	le2me_VideoPropHeader(vprp);
 	chunksize -= sizeof(*vprp)-sizeof(vprp->FieldInfo);




More information about the MPlayer-cvslog mailing list