]> git.sesse.net Git - vlc/commit
MKV: do not read the whole Cluster data when seeking
authorSteve Lhomme <robux4@gmail.com>
Fri, 20 Feb 2015 13:39:35 +0000 (14:39 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 Feb 2015 13:51:38 +0000 (14:51 +0100)
commit5e598e572689de89a4f767c0d03b64eeb8aa6ea9
tree3ba1acf251390dcfa950e89084d5d2a236bba9c0
parent5dfb4af71eb6f734415d689edc442d19eeb41eb7
MKV: do not read the whole Cluster data when seeking

Also pass the cluster to parse, because this interface change will be needed
for an upcoming patch.

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