summaryrefslogtreecommitdiffstats
path: root/demux/ebml.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/ebml.h')
-rw-r--r--demux/ebml.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/demux/ebml.h b/demux/ebml.h
index 8b67ea7071..86a40092b6 100644
--- a/demux/ebml.h
+++ b/demux/ebml.h
@@ -80,9 +80,8 @@ struct ebml_parse_ctx {
bool ebml_is_mkv_level1_id(uint32_t id);
uint32_t ebml_read_id (stream_t *s);
-uint64_t ebml_read_vlen_uint (bstr *buffer);
-int64_t ebml_read_vlen_int (bstr *buffer);
uint64_t ebml_read_length (stream_t *s);
+int64_t ebml_read_signed_length(stream_t *s);
uint64_t ebml_read_uint (stream_t *s);
int64_t ebml_read_int (stream_t *s);
int ebml_read_skip(struct mp_log *log, int64_t end, stream_t *s);