Mercurial > mplayer.hg
changeset 5241:126d5fd76a70
temporary disabled len=0 code due to reported loop errors
author | alex |
---|---|
date | Thu, 21 Mar 2002 15:01:39 +0000 |
parents | e766c07b1d5c |
children | d4ffcbe9ed3d |
files | libmpdemux/demux_mov.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_mov.c Thu Mar 21 14:08:40 2002 +0000 +++ b/libmpdemux/demux_mov.c Thu Mar 21 15:01:39 2002 +0000 @@ -229,11 +229,13 @@ #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){