mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
store local keyframes too so faster seeking is possible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14912 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
47c016bd18
commit
d3685fdbeb
@ -324,6 +324,10 @@ index_id
|
||||
each index packet contains every index_moduloth's keyframe of a stream,
|
||||
so the i'th keyframe of a stream will be at least in packets with
|
||||
(i % index_modulo) == index_id
|
||||
furthermore a index packet contains all indexed keyframes since the
|
||||
last index packet
|
||||
(indexed keyframes == keyframes which are referenced from any index
|
||||
packet)
|
||||
|
||||
index_increment
|
||||
the index_id increment value, this MUST be a relative prime to
|
||||
|
Loading…
Reference in New Issue
Block a user