demux_mkv: improve Cues parsing
commitd8a6af2980e7ecfee0a3e53896f4617d981ce56c
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 25 Jan 2010 11:19:09 +0000 (25 13:19 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 27 Jan 2010 12:26:48 +0000 (27 14:26 +0200)
treedecc5630641083c7add9fc7b6b7b18d21e471718
parentf90e9a86d133a32d5b15b5ee3472f1a49cabc206
demux_mkv: improve Cues parsing

Rewrite Cues parsing code using the new EBML parser. The new version
fixes a hang in some cases of incomplete files and supports a cuepoint
specifying multiple tracks per timecode (the previous code added an
index entry for the track mentioned last only).
libmpdemux/demux_mkv.c