diff dvdnav_internal.h.in @ 116:4d711d0518e9 src

new event DVDNAV_WAIT
author mroi
date Tue, 25 Feb 2003 14:08:16 +0000
parents b6834e6359cf
children f22458f928b8
line wrap: on
line diff
--- a/dvdnav_internal.h.in	Mon Feb 24 18:19:27 2003 +0000
+++ b/dvdnav_internal.h.in	Tue Feb 25 14:08:16 2003 +0000
@@ -141,6 +141,8 @@
   
   /* Flags */
   int skip_still;                 /* Set when skipping a still */
+  int sync_wait;                  /* applications should wait till they are in sync with us */
+  int sync_wait_skip;             /* Set when skipping wait state */
   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 */