diff dvdnav_events.h @ 161:81b9602f780c src

report start of PG as well
author mroi
date Sun, 06 Apr 2003 13:05:45 +0000
parents 593b267a963a
children 90b1f6f0520e
line wrap: on
line diff
--- a/dvdnav_events.h	Sun Apr 06 12:47:32 2003 +0000
+++ b/dvdnav_events.h	Sun Apr 06 13:05:45 2003 +0000
@@ -151,6 +151,7 @@
   int64_t pg_length;   /* the length of the current program in PTS ticks */
   int64_t pgc_length;  /* the length of the current program chain in PTS ticks */
   int64_t cell_start;  /* the start time of the current cell relatively to the PGC in PTS ticks */
+  int64_t pg_start;    /* the start time of the current PG relatively to the PGC in PTS ticks */
 } dvdnav_cell_change_event_t;