This commit is contained in:
William King 2020-07-23 18:13:16 -07:00
parent aedf538aa8
commit 05f10cc7ed

View File

@ -271,8 +271,8 @@ public class MatroskaExtractor implements Extractor {
*/ */
private static final byte[] SUBRIP_PREFIX = private static final byte[] SUBRIP_PREFIX =
new byte[] { 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, 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 48, 58, 48, 48, 44, 48, 48, 48, 10
}; };
/** /**
* The byte offset of the end timecode in {@link #SUBRIP_PREFIX}. * The byte offset of the end timecode in {@link #SUBRIP_PREFIX}.