summaryrefslogtreecommitdiffstats
path: root/demux/ebml.h
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-04-28 19:49:43 +0200
committerKacper Michajłow <kasper93@gmail.com>2024-04-29 01:37:02 +0200
commitb68c742b271f6e36d9aedd9fa906a692d267dcd2 (patch)
tree8c5112feb7e5bc630d367814c3a8b2543c23b13a /demux/ebml.h
parent4f828676fd5aa81ded1be596440ab7c978c48be7 (diff)
downloadmpv-b68c742b271f6e36d9aedd9fa906a692d267dcd2.tar.bz2
mpv-b68c742b271f6e36d9aedd9fa906a692d267dcd2.tar.xz
demux/packet: add support for ITU T.35 metadata in Matroska
Diffstat (limited to 'demux/ebml.h')
-rw-r--r--demux/ebml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demux/ebml.h b/demux/ebml.h
index 86a40092b6..e881731295 100644
--- a/demux/ebml.h
+++ b/demux/ebml.h
@@ -78,6 +78,9 @@ struct ebml_parse_ctx {
#define EBML_UINT_INVALID UINT64_MAX
#define EBML_INT_INVALID INT64_MAX
+/* Block Addition Mappings */
+#define MATROSKA_BLOCK_ADD_ID_TYPE_ITU_T_T35 4
+
bool ebml_is_mkv_level1_id(uint32_t id);
uint32_t ebml_read_id (stream_t *s);
uint64_t ebml_read_length (stream_t *s);