temporary disabled len=0 code due to reported loop errors

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5242 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-03-21 15:01:39 +00:00
parent 3b4870d90a
commit 043873b937
1 changed files with 2 additions and 0 deletions

View File

@ -229,11 +229,13 @@ int mov_check_file(demuxer_t* demuxer){
#endif
skipped += 8;
}
#if 0
else if (len == 0) /* deleted chunk */
{
/* XXX: CJB! is this right? - alex */
goto skip_chunk;
}
#endif
else if(len<8) break; // invalid chunk
switch(id){