mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
fix tab
This commit is contained in:
parent
aedf538aa8
commit
05f10cc7ed
1 changed files with 2 additions and 2 deletions
|
|
@ -271,8 +271,8 @@ public class MatroskaExtractor implements Extractor {
|
|||
*/
|
||||
private static final byte[] SUBRIP_PREFIX =
|
||||
new byte[] {
|
||||
49, 10, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 48, 48, 32, 45, 45, 62, 32, 48, 48, 58, 48,
|
||||
48, 58, 48, 48, 44, 48, 48, 48, 10
|
||||
49, 10, 48, 48, 58, 48, 48, 58, 48, 48, 44, 48, 48, 48, 32, 45, 45, 62, 32, 48, 48, 58, 48,
|
||||
48, 58, 48, 48, 44, 48, 48, 48, 10
|
||||
};
|
||||
/**
|
||||
* The byte offset of the end timecode in {@link #SUBRIP_PREFIX}.
|
||||
|
|
|
|||
Loading…
Reference in a new issue