diff 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
line wrap: on
line diff
--- a/dvdnav_internal.h.in	Fri Mar 21 18:06:44 2003 +0000
+++ b/dvdnav_internal.h.in	Sun Mar 23 15:24:31 2003 +0000
@@ -146,6 +146,7 @@
   int spu_clut_changed;           /* The SPU CLUT changed */ 
   int started;                    /* vm_start has been called? */
   int use_read_ahead;             /* 1 - use read-ahead cache, 0 - don't */
+  int pgc_based;                  /* positioning works PGC based instead of PG based */
   
   /* VM */
   vm_t *vm;