dont read index if -noidx

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21788 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2006-12-29 19:01:55 +00:00
parent 8f7f2ad9e0
commit f89822df44
1 changed files with 3 additions and 0 deletions

View File

@ -206,6 +206,9 @@ while(1){
case mmioFOURCC('i', 'n', 'd', 'x'): {
uint32_t i;
avisuperindex_chunk *s;
if(!index_mode) break;
if(chunksize<=24){
break;
}