diff options
Diffstat (limited to 'src/input/libdvdnav/dvdnav_events.h')
| -rw-r--r-- | src/input/libdvdnav/dvdnav_events.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/input/libdvdnav/dvdnav_events.h b/src/input/libdvdnav/dvdnav_events.h index 99bca02c6..95f1e23ad 100644 --- a/src/input/libdvdnav/dvdnav_events.h +++ b/src/input/libdvdnav/dvdnav_events.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dvdnav_events.h,v 1.7 2003/03/08 14:36:13 mroi Exp $ + * $Id: dvdnav_events.h,v 1.8 2003/03/25 13:17:21 mroi Exp $ * */ @@ -90,17 +90,19 @@ typedef struct { dvd_read_domain_t new_domain; /*!< The new domain */ } dvdnav_vts_change_event_t; -/* FIXME: These are unused. */ -#if 0 /** * Structure providing information on DVDNAV_CELL_CHANGE events. */ typedef struct { - cell_playback_t *old_cell; /*!< The old cell (or NULL if this is - the first cell) */ - cell_playback_t *new_cell; /*!< The cell_playback_t for the new cell */ + int cellN; /*!< The new cell number */ + int pgN; /*!< The current program number */ + int64_t cell_length; /*!< The length of the current cell in PTS ticks */ + 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 */ } dvdnav_cell_change_event_t; +/* FIXME: These are unused. */ +#if 0 /** * Structure providing information on DVDNAV_NAV_PACKET events. */ |
