Mercurial > mplayer.hg
changeset 17800:7547340823a9
div8 -> div16
and a silly 10l typo (misstakely removed a field)
author | michael |
---|---|
date | Fri, 10 Mar 2006 14:34:30 +0000 |
parents | 02139a9b7c7b |
children | b16fbe54b2dc |
files | DOCS/tech/mpcf.txt |
diffstat | 1 files changed, 7 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt Fri Mar 10 14:28:11 2006 +0000 +++ b/DOCS/tech/mpcf.txt Fri Mar 10 14:34:30 2006 +0000 @@ -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.