demux_mkv: fix minor seek problem
commit0478f1a29f8302263f2196525510decf6c2daf19
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 15 Nov 2010 15:48:22 +0000 (15 17:48 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 15 Nov 2010 15:54:09 +0000 (15 17:54 +0200)
treedc3fb8d2ffb239c03a345123f622a19e509aca7c
parentfe3c4810e1c8b535caf07df8e4434e322d3e6fc0
demux_mkv: fix minor seek problem

Commit fc66c94360 ("demux_mkv: seek: with no track-specific index
entries use any") used uint64_t for a variable that should have been
int64_t. Fix. The practical effects of this error were minor; mainly
it made the player unnecessarily read the file contents between the
previous index entry and the correct one when seeking.
libmpdemux/demux_mkv.c