summaryrefslogtreecommitdiffstats
path: root/demux/ebml.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/ebml.h')
-rw-r--r--demux/ebml.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/demux/ebml.h b/demux/ebml.h
index ceac05e00c..e881731295 100644
--- a/demux/ebml.h
+++ b/demux/ebml.h
@@ -63,7 +63,7 @@ struct ebml_parse_ctx {
bool no_error_messages;
};
-#include "generated/ebml_types.h"
+#include "ebml_types.h"
#define EBML_ID_INVALID 0xffffffff
@@ -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);