[Scummvm-cvs-logs] scummvm master -> 7ac5bcd6f180129c4dc79b24403ef14753f2fd8a

clone2727 clone2727 at gmail.com
Thu Dec 15 19:03:47 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7ac5bcd6f1 COMMON: QuickTime mdat atoms should be leaves


Commit: 7ac5bcd6f180129c4dc79b24403ef14753f2fd8a
    https://github.com/scummvm/scummvm/commit/7ac5bcd6f180129c4dc79b24403ef14753f2fd8a
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-12-15T09:59:42-08:00

Commit Message:
COMMON: QuickTime mdat atoms should be leaves

Changed paths:
    common/quicktime.cpp



diff --git a/common/quicktime.cpp b/common/quicktime.cpp
index e16d3f2..dbec7f7 100644
--- a/common/quicktime.cpp
+++ b/common/quicktime.cpp
@@ -135,7 +135,7 @@ void QuickTimeParser::initParseTable() {
 		{ &QuickTimeParser::readDefault, MKTAG('e', 'd', 't', 's') },
 		{ &QuickTimeParser::readELST,    MKTAG('e', 'l', 's', 't') },
 		{ &QuickTimeParser::readHDLR,    MKTAG('h', 'd', 'l', 'r') },
-		{ &QuickTimeParser::readDefault, MKTAG('m', 'd', 'a', 't') },
+		{ &QuickTimeParser::readLeaf,    MKTAG('m', 'd', 'a', 't') },
 		{ &QuickTimeParser::readMDHD,    MKTAG('m', 'd', 'h', 'd') },
 		{ &QuickTimeParser::readDefault, MKTAG('m', 'd', 'i', 'a') },
 		{ &QuickTimeParser::readDefault, MKTAG('m', 'i', 'n', 'f') },






More information about the Scummvm-git-logs mailing list