segment.h 261 B

1234567891011121314
  1. #pragma once
  2. #include <bfc/platform/types.h>
  3. // IDs
  4. // these are slightly different from the matroska spec because we specify
  5. // values after vint decoding and they specify before
  6. // Header
  7. const uint32_t mkv_segment = 0x8538067;
  8. // Cluster
  9. // Cueing Data