AS3 parser stub improved

This commit is contained in:
Jindra Petk
2014-03-22 14:31:48 +01:00
parent a8e30c005f
commit 0c97e3dc30
66 changed files with 2956 additions and 2192 deletions

View File

@@ -862,7 +862,7 @@ public class SWFInputStream extends InputStream {
if (tag == null) {
break;
}
tag.setTimelined(timelined);
if (!parallel) {
tags.add(tag);
@@ -1270,7 +1270,7 @@ public class SWFInputStream extends InputStream {
} catch (EndOfStreamException ex) {
Logger.getLogger(SWFInputStream.class.getName()).log(Level.SEVERE, null, ex);
}
if (Configuration.debugMode.get()) {
byte[] dataNew = ret.getData();
int ignoreFirst = 0;