aboutsummaryrefslogtreecommitdiff
path: root/Src/nsmkv/segment.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/nsmkv/segment.h')
-rw-r--r--Src/nsmkv/segment.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Src/nsmkv/segment.h b/Src/nsmkv/segment.h
new file mode 100644
index 00000000..3a87d14a
--- /dev/null
+++ b/Src/nsmkv/segment.h
@@ -0,0 +1,14 @@
+#pragma once
+#include <bfc/platform/types.h>
+// IDs
+// these are slightly different from the matroska spec because we specify
+// values after vint decoding and they specify before
+
+// Header
+const uint32_t mkv_segment = 0x8538067;
+
+// Cluster
+
+
+// Cueing Data
+