summaryrefslogtreecommitdiffstats
path: root/demux/ebml.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/ebml.h')
-rw-r--r--demux/ebml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demux/ebml.h b/demux/ebml.h
index be8573817a..3f8bad0f92 100644
--- a/demux/ebml.h
+++ b/demux/ebml.h
@@ -90,8 +90,8 @@ struct ebml_parse_ctx {
uint32_t ebml_read_id (stream_t *s, int *length);
-uint64_t ebml_read_vlen_uint (uint8_t *buffer, int *length);
-int64_t ebml_read_vlen_int (uint8_t *buffer, int *length);
+uint64_t ebml_read_vlen_uint (bstr *buffer);
+int64_t ebml_read_vlen_int (bstr *buffer);
uint64_t ebml_read_length (stream_t *s, int *length);
uint64_t ebml_read_uint (stream_t *s, uint64_t *length);
int64_t ebml_read_int (stream_t *s, uint64_t *length);