Commit 3799cb34 by William King

fix tab 2

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