mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-11-28 03:30:47 +01:00
15 lines
261 B
C
15 lines
261 B
C
#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
|
|
|