div8 -> div16

and a silly 10l typo (misstakely removed a field)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17801 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2006-03-10 14:34:30 +00:00
parent 7f204aec11
commit e44e52167a
1 changed files with 7 additions and 6 deletions

View File

@ -215,7 +215,7 @@ index:
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 @@ info_packet:
syncpoint:
global_key_pts t
back_ptr_div16 v
Complete definition:
@ -600,9 +601,9 @@ header_checksum
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 @@ Index tags:
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.