diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-07-17 16:35:47 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-07-17 16:35:47 +0000 |
commit | 7c4a25c89fac8d6d604a6057075efb32267b1802 (patch) | |
tree | b8a050212fb3460b86e9466bdc5abd1ceab0e255 /libavformat/mov.c | |
parent | f2015f0c50267cbf3dd023b217eae2d1a0938571 (diff) | |
download | ffmpeg-7c4a25c89fac8d6d604a6057075efb32267b1802.tar.gz |
disable mov_read_elst
Originally committed as revision 3326 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c index 745400b933..c085088990 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1452,7 +1452,7 @@ static const MOVParseTableEntry mov_default_parse_table[] = { { 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 }, |