Mercurial > mplayer.hg
changeset 17720:63755b0aca46
the return of the monolithic index
author | michael |
---|---|
date | Fri, 03 Mar 2006 22:33:30 +0000 |
parents | 6f1bc4789a5d |
children | 7b336a5585e4 |
files | DOCS/tech/mpcf.txt |
diffstat | 1 files changed, 2 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/mpcf.txt Fri Mar 03 22:31:46 2006 +0000 +++ b/DOCS/tech/mpcf.txt Fri Mar 03 22:33:30 2006 +0000 @@ -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