Commit 12148673 by Julian Cable

10* was an experiment, not wanted.

parent ff64d2b3
...@@ -101,7 +101,7 @@ public class SSASubtitle implements Subtitle { ...@@ -101,7 +101,7 @@ public class SSASubtitle implements Subtitle {
cueTimesUs.add(start); cueTimesUs.add(start);
cues.add(cue); cues.add(cue);
// add null cue to remove this cue after it's duration // add null cue to remove this cue after it's duration
long end = 10*SSADecoder.parseTimecode(ev.get("end")); long end = SSADecoder.parseTimecode(ev.get("end"));
cueTimesUs.add(end); cueTimesUs.add(end);
cues.add(null); cues.add(null);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment