mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:10:45 +00:00
Issue #184 Export FLA - video linkage fix
This commit is contained in:
@@ -965,7 +965,9 @@ public class SWF {
|
||||
HashMap<Integer, VideoFrameTag> frames = new HashMap<>();
|
||||
List<Object> os = new ArrayList<Object>(this.tags);
|
||||
populateVideoFrames(videoStream.characterID, os, frames);
|
||||
|
||||
if (frames.isEmpty()) {
|
||||
return new byte[0];
|
||||
}
|
||||
|
||||
|
||||
//double ms = 1000.0f / ((float) frameRate);
|
||||
|
||||
Reference in New Issue
Block a user