Mercurial > mplayer.hg
diff libmpdemux/aviheader.c @ 12342:da1292848fd3
forgot to commit
author | alex |
---|---|
date | Thu, 29 Apr 2004 06:27:30 +0000 |
parents | 3c23de96a936 |
children | cccdd44a8030 |
line wrap: on
line diff
--- a/libmpdemux/aviheader.c Wed Apr 28 10:18:33 2004 +0000 +++ b/libmpdemux/aviheader.c Thu Apr 29 06:27:30 2004 +0000 @@ -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);