demux_mkv: fix relative seeks without index
commit0619b75cb137128a692056d40ffed088f8730da2
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 8 Nov 2010 03:18:48 +0000 (8 05:18 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 8 Nov 2010 16:05:12 +0000 (8 18:05 +0200)
tree343cbaa2221492bf69cdeef8d6c5df6dfb03d72a
parent259ab1fe2d50b9e47323447e018bc22090622e19
demux_mkv: fix relative seeks without index

Relative seeks didn't add the current position as they should. Fix.

Note that this had no effect in normal playback case even if the file
had no index, because the "accurate_seek" logic at higher level would
convert all commands to absolute seeks before calling demuxer level.
libmpdemux/demux_mkv.c