Commit 05f10cc7 by William King

fix tab

parent aedf538a
...@@ -271,8 +271,8 @@ public class MatroskaExtractor implements Extractor { ...@@ -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}.
......
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