Mercurial > mplayer.hg
changeset 5251:5601c6017be3
0.1l
author | arpi |
---|---|
date | Thu, 21 Mar 2002 20:19:00 +0000 |
parents | e26352c3fa9b |
children | 5c2a8e6e860c |
files | libmpdemux/demux_mov.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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