[MPlayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.136,1.137
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Fri Mar 10 15:34:32 CET 2006
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv2719
Modified Files:
mpcf.txt
Log Message:
div8 -> div16
and a silly 10l typo (misstakely removed a field)
Index: mpcf.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/mpcf.txt,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- mpcf.txt 10 Mar 2006 14:28:11 -0000 1.136
+++ mpcf.txt 10 Mar 2006 14:34:30 -0000 1.137
@@ -215,7 +215,7 @@
max_pts t
syncpoints v
for(i=0; i<syncpoints; i++){
- syncpoint_pos_div8 v
+ syncpoint_pos_div16 v
}
for(i=0; i<stream_count; i++){
last_pts= -1
@@ -285,6 +285,7 @@
syncpoint:
global_key_pts t
+ back_ptr_div16 v
Complete definition:
@@ -600,9 +601,9 @@
Syncpoint tags:
---------------
-back_ptr_div8
- back_ptr = back_ptr_div8 * 8 + 7
- back_ptr must point to a position within 8 bytes of a syncpoint
+back_ptr_div16
+ back_ptr = back_ptr_div16 * 16 + 15
+ back_ptr must point to a position within 16 bytes of a syncpoint
startcode. This syncpoint MUST be the closest syncpoint such that at
least one keyframe with a pts lower or equal to the original syncpoint's
global_key_pts for all streams lies between it and the current syncpoint.
@@ -622,8 +623,8 @@
max_pts
The highest pts in the entire file
-syncpoint_pos_div8
- offset from begginning of file to up to 7 bytes before the syncpoint
+syncpoint_pos_div16
+ offset from begginning of file to up to 15 bytes before the syncpoint
referred to in this index entry. Relative to position of last
syncpoint.
More information about the MPlayer-cvslog
mailing list