Issue #184 Export FLA - video linkage fix

This commit is contained in:
Jindra Pet��k
2013-07-06 14:49:25 +02:00
parent 189975854c
commit f614f6c1ac
@@ -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);