comparison dvdnav_internal.h.in @ 132:f22458f928b8 src

PGC based positioning
author mroi
date Sun, 23 Mar 2003 15:24:31 +0000
parents 4d711d0518e9
children 5897ff629f7c
comparison
equal deleted inserted replaced
131:ada79e606d8d 132:f22458f928b8
144 int sync_wait; /* applications should wait till they are in sync with us */ 144 int sync_wait; /* applications should wait till they are in sync with us */
145 int sync_wait_skip; /* Set when skipping wait state */ 145 int sync_wait_skip; /* Set when skipping wait state */
146 int spu_clut_changed; /* The SPU CLUT changed */ 146 int spu_clut_changed; /* The SPU CLUT changed */
147 int started; /* vm_start has been called? */ 147 int started; /* vm_start has been called? */
148 int use_read_ahead; /* 1 - use read-ahead cache, 0 - don't */ 148 int use_read_ahead; /* 1 - use read-ahead cache, 0 - don't */
149 int pgc_based; /* positioning works PGC based instead of PG based */
149 150
150 /* VM */ 151 /* VM */
151 vm_t *vm; 152 vm_t *vm;
152 pthread_mutex_t vm_lock; 153 pthread_mutex_t vm_lock;
153 154