summaryrefslogtreecommitdiffstats
path: root/libmpdemux/ebml.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-26 14:41:07 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-27 14:26:48 +0200
commitdb41501f230f8f29c1c32584bc4d12dfc87ce498 (patch)
tree8ed31f05f58b56a67caa960b0b8d65ff3670b0df /libmpdemux/ebml.h
parentfc907b7488571ceee0012baf4e6f753c423b122e (diff)
downloadmpv-db41501f230f8f29c1c32584bc4d12dfc87ce498.tar.bz2
mpv-db41501f230f8f29c1c32584bc4d12dfc87ce498.tar.xz
demux_mkv: use new EBML parser to read Audio element
Diffstat (limited to 'libmpdemux/ebml.h')
-rw-r--r--libmpdemux/ebml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/ebml.h b/libmpdemux/ebml.h
index efa3634141..b2fed46fb9 100644
--- a/libmpdemux/ebml.h
+++ b/libmpdemux/ebml.h
@@ -57,6 +57,7 @@ struct ebml_elem_desc {
struct ebml_parse_ctx {
void *talloc_ctx;
+ int bytes_read;
bool has_errors;
bool no_error_messages;
};