blob: 3a87d14acb108983fdddee6575e5c824fe3d52d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|