]> git.sesse.net Git - vlc/commit
MKV: Fix seeking without cues
authorDenis Charmet <typx@dinauz.org>
Mon, 26 Dec 2011 18:29:31 +0000 (19:29 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 28 Dec 2011 00:06:39 +0000 (01:06 +0100)
commit771748b4275712ab21dcb8d4b13f92a23dc45a9d
tree76309e85bab8cae699b8c77ab62ddabc658bdbf8
parent811ce44ff5e7f3db515b59fafcb452e09d1a48e6
MKV: Fix seeking without cues

the demux generates its own cues while reading and when seeking.
This should also avoid crashes when seeking without cues.

Closes #5085 and #5712

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/mkv/matroska_segment.cpp
modules/demux/mkv/mkv.cpp