mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 17:12:36 +00:00
forgot to commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12343 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d8c3060141
commit
2681b9cd06
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user