From f614f6c1ac3bc62cad118e23b707a19a92eff165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Sat, 6 Jul 2013 14:49:25 +0200 Subject: [PATCH] Issue #184 Export FLA - video linkage fix --- trunk/src/com/jpexs/decompiler/flash/SWF.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);