summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-04 03:16:40 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-04 03:16:40 +0000
commitd3685fdbeb3a4a637f14e3fa7935e7a833814c85 (patch)
tree628b7368bdbfd3c1e52ca6a178f58f96ce248f6b /DOCS
parent47c016bd180cccc28c0bcc886ae9a0dd0c345718 (diff)
downloadmpv-d3685fdbeb3a4a637f14e3fa7935e7a833814c85.tar.bz2
mpv-d3685fdbeb3a4a637f14e3fa7935e7a833814c85.tar.xz
store local keyframes too so faster seeking is possible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14912 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mpcf.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/tech/mpcf.txt b/DOCS/tech/mpcf.txt
index 5238319b69..83d9e656d0 100644
--- a/DOCS/tech/mpcf.txt
+++ b/DOCS/tech/mpcf.txt
@@ -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