annotate libdvdread/ifo_read.h @ 367:1274107d0eac src

moved dvdread to libdvdread; it's the first step for the separation of the lib from dvdnav
author nicodvb
date Sat, 31 May 2008 12:29:19 +0000
parents dvdread/ifo_read.h@9b1b740e3fc9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
225
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
1 #ifndef IFO_READ_H_INCLUDED
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
2 #define IFO_READ_H_INCLUDED
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
3
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
4 /*
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
5 * Copyright (C) 2000, 2001, 2002 Björn Englund <d4bjorn@dtek.chalmers.se>,
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
6 * Håkan Hjort <d95hjort@dtek.chalmers.se>
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
7 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
8 * This program is free software; you can redistribute it and/or modify
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
9 * it under the terms of the GNU General Public License as published by
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
10 * the Free Software Foundation; either version 2 of the License, or
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
11 * (at your option) any later version.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
12 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
13 * This program is distributed in the hope that it will be useful,
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
16 * GNU General Public License for more details.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
17 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
18 * You should have received a copy of the GNU General Public License
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
19 * along with this program; if not, write to the Free Software
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
21 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
22
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
23 #include "ifo_types.h"
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
24 #include "dvd_reader.h"
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
25
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
26 #ifdef __cplusplus
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
27 extern "C" {
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
28 #endif
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
29
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
30 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
31 * handle = ifoOpen(dvd, title);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
32 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
33 * Opens an IFO and reads in all the data for the IFO file corresponding to the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
34 * given title. If title 0 is given, the video manager IFO file is read.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
35 * Returns a handle to a completely parsed structure.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
36 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
37 ifo_handle_t *ifoOpen(dvd_reader_t *, int );
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
38
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
39 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
40 * handle = ifoOpenVMGI(dvd);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
41 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
42 * Opens an IFO and reads in _only_ the vmgi_mat data. This call can be used
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
43 * together with the calls below to read in each segment of the IFO file on
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
44 * demand.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
45 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
46 ifo_handle_t *ifoOpenVMGI(dvd_reader_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
47
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
48 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
49 * handle = ifoOpenVTSI(dvd, title);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
50 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
51 * Opens an IFO and reads in _only_ the vtsi_mat data. This call can be used
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
52 * together with the calls below to read in each segment of the IFO file on
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
53 * demand.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
54 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
55 ifo_handle_t *ifoOpenVTSI(dvd_reader_t *, int);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
56
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
57 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
58 * ifoClose(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
59 * Cleans up the IFO information. This will free all data allocated for the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
60 * substructures.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
61 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
62 void ifoClose(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
63
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
64 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
65 * The following functions are for reading only part of the VMGI/VTSI files.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
66 * Returns 1 if the data was successfully read and 0 on error.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
67 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
68
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
69 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
70 * okay = ifoRead_PLT_MAIT(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
71 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
72 * Read in the Parental Management Information table, filling the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
73 * ifofile->ptl_mait structure and its substructures. This data is only
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
74 * located in the video manager information file. This fills the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
75 * ifofile->ptl_mait structure and all its substructures.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
76 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
77 int ifoRead_PTL_MAIT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
78
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
79 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
80 * okay = ifoRead_VTS_ATRT(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
81 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
82 * Read in the attribute table for the main menu vob, filling the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
83 * ifofile->vts_atrt structure and its substructures. Only located in the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
84 * video manager information file. This fills in the ifofile->vts_atrt
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
85 * structure and all its substructures.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
86 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
87 int ifoRead_VTS_ATRT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
88
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
89 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
90 * okay = ifoRead_TT_SRPT(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
91 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
92 * Reads the title info for the main menu, filling the ifofile->tt_srpt
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
93 * structure and its substructures. This data is only located in the video
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
94 * manager information file. This structure is mandatory in the IFO file.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
95 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
96 int ifoRead_TT_SRPT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
97
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
98 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
99 * okay = ifoRead_VTS_PTT_SRPT(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
100 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
101 * Reads in the part of title search pointer table, filling the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
102 * ifofile->vts_ptt_srpt structure and its substructures. This data is only
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
103 * located in the video title set information file. This structure is
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
104 * mandatory, and must be included in the VTSI file.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
105 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
106 int ifoRead_VTS_PTT_SRPT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
107
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
108 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
109 * okay = ifoRead_FP_PGC(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
110 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
111 * Reads in the first play program chain data, filling the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
112 * ifofile->first_play_pgc structure. This data is only located in the video
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
113 * manager information file (VMGI). This structure is optional.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
114 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
115 int ifoRead_FP_PGC(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
116
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
117 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
118 * okay = ifoRead_PGCIT(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
119 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
120 * Reads in the program chain information table for the video title set. Fills
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
121 * in the ifofile->vts_pgcit structure and its substructures, which includes
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
122 * the data for each program chain in the set. This data is only located in
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
123 * the video title set information file. This structure is mandatory, and must
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
124 * be included in the VTSI file.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
125 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
126 int ifoRead_PGCIT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
127
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
128 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
129 * okay = ifoRead_PGCI_UT(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
130 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
131 * Reads in the menu PGCI unit table for the menu VOB. For the video manager,
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
132 * this corresponds to the VIDEO_TS.VOB file, and for each title set, this
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
133 * corresponds to the VTS_XX_0.VOB file. This data is located in both the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
134 * video manager and video title set information files. For VMGI files, this
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
135 * fills the ifofile->vmgi_pgci_ut structure and all its substructures. For
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
136 * VTSI files, this fills the ifofile->vtsm_pgci_ut structure.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
137 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
138 int ifoRead_PGCI_UT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
139
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
140 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
141 * okay = ifoRead_VTS_TMAPT(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
142 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
143 * Reads in the VTS Time Map Table, this data is only located in the video
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
144 * title set information file. This fills the ifofile->vts_tmapt structure
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
145 * and all its substructures. When pressent enables VOBU level time-based
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
146 * seeking for One_Sequential_PGC_Titles.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
147 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
148 int ifoRead_VTS_TMAPT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
149
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
150 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
151 * okay = ifoRead_C_ADT(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
152 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
153 * Reads in the cell address table for the menu VOB. For the video manager,
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
154 * this corresponds to the VIDEO_TS.VOB file, and for each title set, this
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
155 * corresponds to the VTS_XX_0.VOB file. This data is located in both the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
156 * video manager and video title set information files. For VMGI files, this
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
157 * fills the ifofile->vmgm_c_adt structure and all its substructures. For VTSI
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
158 * files, this fills the ifofile->vtsm_c_adt structure.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
159 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
160 int ifoRead_C_ADT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
161
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
162 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
163 * okay = ifoRead_TITLE_C_ADT(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
164 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
165 * Reads in the cell address table for the video title set corresponding to
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
166 * this IFO file. This data is only located in the video title set information
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
167 * file. This structure is mandatory, and must be included in the VTSI file.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
168 * This call fills the ifofile->vts_c_adt structure and its substructures.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
169 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
170 int ifoRead_TITLE_C_ADT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
171
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
172 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
173 * okay = ifoRead_VOBU_ADMAP(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
174 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
175 * Reads in the VOBU address map for the menu VOB. For the video manager, this
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
176 * corresponds to the VIDEO_TS.VOB file, and for each title set, this
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
177 * corresponds to the VTS_XX_0.VOB file. This data is located in both the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
178 * video manager and video title set information files. For VMGI files, this
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
179 * fills the ifofile->vmgm_vobu_admap structure and all its substructures. For
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
180 * VTSI files, this fills the ifofile->vtsm_vobu_admap structure.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
181 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
182 int ifoRead_VOBU_ADMAP(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
183
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
184 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
185 * okay = ifoRead_TITLE_VOBU_ADMAP(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
186 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
187 * Reads in the VOBU address map for the associated video title set. This data
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
188 * is only located in the video title set information file. This structure is
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
189 * mandatory, and must be included in the VTSI file. Fills the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
190 * ifofile->vts_vobu_admap structure and its substructures.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
191 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
192 int ifoRead_TITLE_VOBU_ADMAP(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
193
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
194 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
195 * okay = ifoRead_TXTDT_MGI(ifofile);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
196 *
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
197 * Reads in the text data strings for the DVD. Fills the ifofile->txtdt_mgi
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
198 * structure and all its substructures. This data is only located in the video
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
199 * manager information file. This structure is mandatory, and must be included
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
200 * in the VMGI file.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
201 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
202 int ifoRead_TXTDT_MGI(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
203
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
204 /**
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
205 * The following functions are used for freeing parsed sections of the
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
206 * ifo_handle_t structure and the allocated substructures. The free calls
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
207 * below are safe: they will not mind if you attempt to free part of an IFO
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
208 * file which was not read in or which does not exist.
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
209 */
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
210 void ifoFree_PTL_MAIT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
211 void ifoFree_VTS_ATRT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
212 void ifoFree_TT_SRPT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
213 void ifoFree_VTS_PTT_SRPT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
214 void ifoFree_FP_PGC(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
215 void ifoFree_PGCIT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
216 void ifoFree_PGCI_UT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
217 void ifoFree_VTS_TMAPT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
218 void ifoFree_C_ADT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
219 void ifoFree_TITLE_C_ADT(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
220 void ifoFree_VOBU_ADMAP(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
221 void ifoFree_TITLE_VOBU_ADMAP(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
222 void ifoFree_TXTDT_MGI(ifo_handle_t *);
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
223
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
224 #ifdef __cplusplus
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
225 };
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
226 #endif
9b1b740e3fc9 big build system changes
mroi
parents:
diff changeset
227 #endif /* IFO_READ_H_INCLUDED */