Issue #401 Invalid GFX tags in non GFX files

Matrix constructor fix
This commit is contained in:
Jindra Petk
2014-02-23 14:33:08 +01:00
parent 55e0b258ed
commit beeff4ffe7
3 changed files with 56 additions and 44 deletions

View File

@@ -414,7 +414,7 @@ public final class SWF implements TreeItem {
if (checkOnly) {
//return;
}
tags = sis.readTagList(this, 0, parallelRead, true, !checkOnly);
tags = sis.readTagList(this, 0, parallelRead, true, !checkOnly, gfx);
if (!checkOnly) {
Map<Long, Tag> tagMap = new HashMap<>();
for (Tag tag : tags) {