diff dvdnav_internal.h @ 269:77e472cef5f8 src

implemented dvdnav_get_current_time() with obvious meaning
author nicodvb
date Sun, 08 Apr 2007 17:45:19 +0000
parents 99d33725395d
children 52877d182e96
line wrap: on
line diff
--- a/dvdnav_internal.h	Sun Apr 08 17:41:12 2007 +0000
+++ b/dvdnav_internal.h	Sun Apr 08 17:45:19 2007 +0000
@@ -171,6 +171,7 @@
   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 */
+  int cur_cell_time;              /* time expired since the beginning of the current cell, read from the dsi */
   
   /* VM */
   vm_t *vm;