mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 00:12:59 +00:00
VIDEO: Ensure debug output of the first AVI index
This commit is contained in:
parent
6fb6ffd77b
commit
e28544d6d1
@ -650,6 +650,7 @@ void AVIDecoder::readOldIndex(uint32 size) {
|
||||
if (!isAbsolute)
|
||||
firstEntry.offset += _movieListStart - 4;
|
||||
|
||||
debug(0, "Index 0: Tag '%s', Offset = %d, Size = %d (Flags = %d)", tag2str(firstEntry.id), firstEntry.offset, firstEntry.size, firstEntry.flags);
|
||||
_indexEntries.push_back(firstEntry);
|
||||
|
||||
for (uint32 i = 1; i < entryCount; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user