From a0f1f1659778356465bc74b18ffb6bdfada2b488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Fri, 11 Mar 2005 17:13:03 +0000 Subject: [PATCH] =?UTF-8?q?uuid=20patch=20by=20(M=C3=A5ns=20Rullg=C3=A5rd?= =?UTF-8?q?=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 4030 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */