diff --git a/trunk/src/com/jpexs/decompiler/flash/SWF.java b/trunk/src/com/jpexs/decompiler/flash/SWF.java index 468aacd8f..32762d4a4 100644 --- a/trunk/src/com/jpexs/decompiler/flash/SWF.java +++ b/trunk/src/com/jpexs/decompiler/flash/SWF.java @@ -965,7 +965,9 @@ public class SWF { HashMap frames = new HashMap<>(); List os = new ArrayList(this.tags); populateVideoFrames(videoStream.characterID, os, frames); - + if (frames.isEmpty()) { + return new byte[0]; + } //double ms = 1000.0f / ((float) frameRate);