VIDEO: Ensure debug output of the first AVI index

This commit is contained in:
Matthew Hoops 2013-11-25 20:20:11 -05:00
parent 6fb6ffd77b
commit e28544d6d1

View File

@ -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++) {