# HG changeset patch # User arpi # Date 1016741940 0 # Node ID 5601c6017be32885fd37c0aa64ae6f6b42c952a4 # Parent e26352c3fa9b7e4650aef7147228c52723243fc8 0.1l diff -r e26352c3fa9b -r 5601c6017be3 libmpdemux/demux_mov.c --- a/libmpdemux/demux_mov.c Thu Mar 21 20:18:30 2002 +0000 +++ b/libmpdemux/demux_mov.c Thu Mar 21 20:19:00 2002 +0000 @@ -740,6 +740,7 @@ if(trak->stdata_len >= 86) { // extra atoms found int pos=78; + int atom_len; while(pos+8<=trak->stdata_len && (pos+(atom_len=char2int(trak->stdata,pos)))<=trak->stdata_len){ switch(char2int(trak->stdata,pos+4)) { // switch atom type