projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2015f0
)
disable mov_read_elst
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 17 Jul 2004 16:35:47 +0000
(16:35 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 17 Jul 2004 16:35:47 +0000
(16:35 +0000)
Originally committed as revision 3326 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mov.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/mov.c
b/libavformat/mov.c
index
745400b
..
c085088
100644
(file)
--- 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 },