mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 00:29:02 +00:00
the return of the monolithic index
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17721 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
de159845f9
commit
d87111a794
@ -209,14 +209,13 @@ frame:
|
||||
|
||||
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 @@ global_key_pts
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user