Mercurial > libavformat.hg
changeset 499:3e85b3d73cda libavformat
disable mov_read_elst
author | michael |
---|---|
date | Sat, 17 Jul 2004 16:35:47 +0000 |
parents | 7c8687cb7f27 |
children | 4070a7d58d2c |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Thu Jul 15 20:15:40 2004 +0000 +++ b/mov.c Sat Jul 17 16:35:47 2004 +0000 @@ -1452,7 +1452,7 @@ { MKTAG( 'd', 'p', 'n', 'd' ), mov_read_leaf }, { MKTAG( 'd', 'r', 'e', 'f' ), mov_read_leaf }, { MKTAG( 'e', 'd', 't', 's' ), mov_read_default }, -{ MKTAG( 'e', 'l', 's', 't' ), mov_read_elst }, +//{ MKTAG( 'e', 'l', 's', 't' ), mov_read_elst }, //broken, try some movs from http://videos.av7.net/ { MKTAG( 'f', 'r', 'e', 'e' ), mov_read_leaf }, { MKTAG( 'h', 'd', 'l', 'r' ), mov_read_hdlr }, { MKTAG( 'h', 'i', 'n', 't' ), mov_read_leaf },