diff options
author | Måns Rullgård <mans@mansr.com> | 2005-03-11 17:13:03 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-03-11 17:13:03 +0000 |
commit | a0f1f1659778356465bc74b18ffb6bdfada2b488 (patch) | |
tree | b8d48a6b64aa7e986e971544a779405f8b40120d /libavformat/mov.c | |
parent | efd9e75cb0bf2e80ee0fdfd14689e26cd5888117 (diff) | |
download | ffmpeg-a0f1f1659778356465bc74b18ffb6bdfada2b488.tar.gz |
uuid patch by (Måns Rullgård <mru inprovide com>)
Originally committed as revision 4030 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 c0d9cec565..280d2334e8 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1625,7 +1625,7 @@ static const MOVParseTableEntry mov_default_parse_table[] = { { MKTAG( 'u', 'd', 't', 'a' ), mov_read_leaf }, { MKTAG( 'u', 'r', 'l', ' ' ), mov_read_leaf }, { MKTAG( 'u', 'r', 'n', ' ' ), mov_read_leaf }, -{ MKTAG( 'u', 'u', 'i', 'd' ), mov_read_default }, +{ MKTAG( 'u', 'u', 'i', 'd' ), mov_read_leaf }, { MKTAG( 'v', 'm', 'h', 'd' ), mov_read_leaf }, /* video media info header */ { MKTAG( 'w', 'a', 'v', 'e' ), mov_read_default }, /* extra mp4 */ |