forgot to commit

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12343 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2004-04-29 06:27:30 +00:00
parent d8c3060141
commit 2681b9cd06
1 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ while(1){
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 @@ while(1){
}
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);