update WebMWriter.java
fix wrong cue generation
This commit is contained in:
parent
ceef1d63a5
commit
7402e04229
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ public class WebMWriter implements Closeable {
|
||||||
nextCueTime += DEFAULT_CUES_EACH_MS;
|
nextCueTime += DEFAULT_CUES_EACH_MS;
|
||||||
}
|
}
|
||||||
keyFrames.add(
|
keyFrames.add(
|
||||||
new KeyFrame(baseSegmentOffset, currentClusterOffset - 7, written, bTimecode.length, bloq.absoluteTimecode)
|
new KeyFrame(baseSegmentOffset, currentClusterOffset - 8, written, bTimecode.length, bloq.absoluteTimecode)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue