summaryrefslogtreecommitdiffstats
path: root/libmpdemux/ebml.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-25 02:43:27 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-27 14:26:48 +0200
commit8b0726b28a3d633a89dc660f2563266a0dcca69b (patch)
treec0dc6e285ae2d158957170ff37a1f819e6eb5c86 /libmpdemux/ebml.h
parent5f631d1c0834927a945d72dc8e9abd77b2e6b154 (diff)
downloadmpv-8b0726b28a3d633a89dc660f2563266a0dcca69b.tar.bz2
mpv-8b0726b28a3d633a89dc660f2563266a0dcca69b.tar.xz
demux_mkv: use new EBML parser for file header
Diffstat (limited to 'libmpdemux/ebml.h')
-rw-r--r--libmpdemux/ebml.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmpdemux/ebml.h b/libmpdemux/ebml.h
index fc6a0ddbac..0398b1813a 100644
--- a/libmpdemux/ebml.h
+++ b/libmpdemux/ebml.h
@@ -109,7 +109,6 @@ char *ebml_read_ascii (stream_t *s, uint64_t *length);
char *ebml_read_utf8 (stream_t *s, uint64_t *length);
int ebml_read_skip (stream_t *s, uint64_t *length);
uint32_t ebml_read_master (stream_t *s, uint64_t *length);
-char *ebml_read_header (stream_t *s, int *version);
int ebml_read_element(struct stream *s, struct ebml_parse_ctx *ctx,
void *target, const struct ebml_elem_desc *desc);