From eb3c1b5cedfc1b7d35a2d261780979b00170946e Mon Sep 17 00:00:00 2001 From: aurel Date: Thu, 30 Jun 2005 22:48:26 +0000 Subject: update libdvdread to v0.9.4 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15875 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdvdkit2/ifo_read.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'libmpdvdkit2/ifo_read.h') diff --git a/libmpdvdkit2/ifo_read.h b/libmpdvdkit2/ifo_read.h index c98e9a6950..3d8e16328c 100644 --- a/libmpdvdkit2/ifo_read.h +++ b/libmpdvdkit2/ifo_read.h @@ -114,8 +114,7 @@ int ifoRead_VTS_PTT_SRPT(ifo_handle_t *); * * Reads in the first play program chain data, filling the * ifofile->first_play_pgc structure. This data is only located in the video - * manager information file. This structure is mandatory, and must be included - * in the VMGI file. **Possibly this is only optional.** + * manager information file (VMGI). This structure is optional. */ int ifoRead_FP_PGC(ifo_handle_t *); @@ -141,7 +140,17 @@ int ifoRead_PGCIT(ifo_handle_t *); * VTSI files, this fills the ifofile->vtsm_pgci_ut structure. */ int ifoRead_PGCI_UT(ifo_handle_t *); - + +/** + * okay = ifoRead_VTS_TMAPT(ifofile); + * + * Reads in the VTS Time Map Table, this data is only located in the video + * title set information file. This fills the ifofile->vts_tmapt structure + * and all its substructures. When pressent enables VOBU level time-based + * seeking for One_Sequential_PGC_Titles. + */ +int ifoRead_VTS_TMAPT(ifo_handle_t *); + /** * okay = ifoRead_C_ADT(ifofile); * @@ -209,6 +218,7 @@ void ifoFree_VTS_PTT_SRPT(ifo_handle_t *); void ifoFree_FP_PGC(ifo_handle_t *); void ifoFree_PGCIT(ifo_handle_t *); void ifoFree_PGCI_UT(ifo_handle_t *); +void ifoFree_VTS_TMAPT(ifo_handle_t *); void ifoFree_C_ADT(ifo_handle_t *); void ifoFree_TITLE_C_ADT(ifo_handle_t *); void ifoFree_VOBU_ADMAP(ifo_handle_t *); -- cgit v1.2.3