mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
fix tab 2
This commit is contained in:
parent
05f10cc7ed
commit
3799cb3485
1 changed files with 2 additions and 2 deletions
|
|
@ -306,8 +306,8 @@ public class MatroskaExtractor implements Extractor {
|
||||||
*/
|
*/
|
||||||
private static final byte[] SSA_PREFIX =
|
private static final byte[] SSA_PREFIX =
|
||||||
new byte[] {
|
new byte[] {
|
||||||
68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44,
|
68, 105, 97, 108, 111, 103, 117, 101, 58, 32, 48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44,
|
||||||
48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44
|
48, 58, 48, 48, 58, 48, 48, 58, 48, 48, 44
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* The byte offset of the end timecode in {@link #SSA_PREFIX}.
|
* The byte offset of the end timecode in {@link #SSA_PREFIX}.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue