[Scummvm-git-logs] scummvm master -> 7304796a0129a98702d3d6bf49f23186e2ac4dca
moralrecordings
noreply at scummvm.org
Sun Jul 23 12:26:15 UTC 2023
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:
7304796a01 VIDEO: Remove extra hexdump in QuickTime parser
Commit: 7304796a0129a98702d3d6bf49f23186e2ac4dca
https://github.com/scummvm/scummvm/commit/7304796a0129a98702d3d6bf49f23186e2ac4dca
Author: Scott Percival (code at moral.net.au)
Date: 2023-07-23T20:26:05+08:00
Commit Message:
VIDEO: Remove extra hexdump in QuickTime parser
Changed paths:
common/formats/quicktime.cpp
diff --git a/common/formats/quicktime.cpp b/common/formats/quicktime.cpp
index 75d73648543..bc6f5a275f4 100644
--- a/common/formats/quicktime.cpp
+++ b/common/formats/quicktime.cpp
@@ -801,7 +801,6 @@ int QuickTimeParser::readDREF(Atom atom) {
if (atom.size > 1) {
Track *track = _tracks.back();
- _fd->hexdump(atom.size);
uint32 endPos = _fd->pos() + atom.size;
_fd->readUint32BE(); // version + flags
uint32 entries = _fd->readUint32BE();
More information about the Scummvm-git-logs
mailing list