[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.121,1.122

Michael Niedermayer CVS syncmail at mplayerhq.hu
Fri Mar 3 23:33:33 CET 2006


CVS change done by Michael Niedermayer CVS

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

Modified Files:
	mpcf.txt 
Log Message:
the return of the monolithic index


Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- mpcf.txt	3 Mar 2006 22:31:46 -0000	1.121
+++ mpcf.txt	3 Mar 2006 22:33:30 -0000	1.122
@@ -209,14 +209,13 @@
 
 index:
     max_pts                             v
-    syncpoint_start                     v
     syncpoints                          v
-    for(i=syncpoint_start; i<syncpoints; i++){
+    for(i=0; i<syncpoints; i++){
         syncpoint_pos_div8              v
     }
     for(i=0; i<stream_count; i++){
         last_pts= -1
-        for(j=syncpoint_start; j<syncpoints; ){
+        for(j=0; j<syncpoints; ){
             x                           v
             type= x & 1
             x>>=1
@@ -616,12 +615,6 @@
 Index tags:
 -----------
 
-syncpoint_start
-syncpoints
-    a index packet stores various flags and syncpoint locations for
-    all syncpoints and streams betweem syncpoint_start and 
-    syncpoint_start + syncpoints
-
 max_pts
     s = max_pts % stream_count
     pts = max_pts / stream_count




More information about the MPlayer-cvslog mailing list