[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.68,1.69

Michael Niedermayer CVS syncmail at mplayerhq.hu
Fri Mar 4 04:16:42 CET 2005


CVS change done by Michael Niedermayer CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv11457

Modified Files:
	mpcf.txt 
Log Message:
store local keyframes too so faster seeking is possible


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- mpcf.txt	3 Mar 2005 17:16:49 -0000	1.68
+++ mpcf.txt	4 Mar 2005 03:16:40 -0000	1.69
@@ -324,6 +324,10 @@
 	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




More information about the MPlayer-cvslog mailing list