# HG changeset patch # User michael # Date 1090082147 0 # Node ID 3e85b3d73cda209f6755d767b0afed769b4e8341 # Parent 7c8687cb7f271579ad1ea5101b738ac5939272bd disable mov_read_elst diff -r 7c8687cb7f27 -r 3e85b3d73cda mov.c --- 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 },