comparison ifo_print.c @ 24:3552a3d11604 src

Remove useless $Id$, $Log$ and $Name$ keywords.
author diego
date Sun, 14 Sep 2008 20:43:32 +0000
parents 4aa618ae094f
children 0d82d0f30c98
comparison
equal deleted inserted replaced
23:ac07d427fbc6 24:3552a3d11604
12 * GNU General Public License for more details. 12 * GNU General Public License for more details.
13 * 13 *
14 * You should have received a copy of the GNU General Public License along 14 * You should have received a copy of the GNU General Public License along
15 * with libdvdread; if not, write to the Free Software Foundation, Inc., 15 * with libdvdread; if not, write to the Free Software Foundation, Inc.,
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 *
18 * $Id$
19 *
20 */ 17 */
21 18
22 #include <stdio.h> 19 #include <stdio.h>
23 #include <stdlib.h> 20 #include <stdlib.h>
24 #include <unistd.h> 21 #include <unistd.h>
1204 ifo_print_VOBU_ADMAP(ifohandle->vts_vobu_admap); 1201 ifo_print_VOBU_ADMAP(ifohandle->vts_vobu_admap);
1205 } 1202 }
1206 1203
1207 ifoClose(ifohandle); 1204 ifoClose(ifohandle);
1208 } 1205 }
1209
1210 /*
1211 * $Log$
1212 * Revision 1.3 2004/10/22 11:36:19 jcdutton
1213 * Stop seg fault when using ifo_dump.
1214 *
1215 * Revision 1.2 2004/09/27 12:24:01 jcdutton
1216 * Add extra info to printout when using ifo_dump.
1217 *
1218 * Revision 1.1 2004/01/11 21:43:13 mroi
1219 * big build system changes
1220 * * cleaned up all Makefiles and added a Makefile.common
1221 * * added relchk script
1222 * * moved libdvdread files to a dvdread subdir
1223 * * moved DVD VM to a vm subdir
1224 * * removed unused code in read_cache.c
1225 *
1226 * Revision 1.4 2004/01/01 15:13:13 jcdutton
1227 * Put ifo_print.c and .h back in.
1228 *
1229 * Revision 1.7 2003/04/28 15:17:17 jcdutton
1230 * Update ifodump to work with new libdvdnav cvs, instead of needing libdvdread.
1231 *
1232 * Revision 1.6 2003/04/05 22:49:04 jcdutton
1233 * Update with more info from the latest libdvdread.
1234 *
1235 * Revision 1.5 2003/04/05 13:03:49 jcdutton
1236 * Small updates.
1237 *
1238 * Revision 1.4 2003/04/01 08:01:03 jcdutton
1239 * Add VTS Time map display. Requires libdvdread 0.9.4. The same version that comes with xine.
1240 *
1241 * Revision 1.3 2003/03/14 15:49:18 mroi
1242 * adjust to new libdvdread version
1243 *
1244 * Revision 1.2 2002/08/30 05:12:33 jcdutton
1245 * Minor update now that I know what PGC Entry IDs are for.
1246 *
1247 * Revision 1.1.1.1 2002/08/28 09:48:35 jcdutton
1248 * Initial import into CVS.
1249 *
1250 *
1251 *
1252 */
1253