From 043873b9378d2c263997326370a827ffb3eb145a Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 21 Mar 2002 15:01:39 +0000 Subject: 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 --- libmpdemux/demux_mov.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmpdemux/demux_mov.c b/libmpdemux/demux_mov.c index eccf2b55a4..6d457158a4 100644 --- a/libmpdemux/demux_mov.c +++ b/libmpdemux/demux_mov.c @@ -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){ -- cgit v1.2.3