[DVDnav-discuss] r1286 - trunk/libdvdread/src/ifo_read.c
rathann
subversion at mplayerhq.hu
Sun Nov 17 01:09:44 CET 2013
Author: rathann
Date: Sun Nov 17 01:09:44 2013
New Revision: 1286
Log:
Add an error message
Patch by Erik Hovland <erik at hovland.org>
Modified:
trunk/libdvdread/src/ifo_read.c
Modified: trunk/libdvdread/src/ifo_read.c
==============================================================================
--- trunk/libdvdread/src/ifo_read.c Tue Nov 12 01:56:37 2013 (r1285)
+++ trunk/libdvdread/src/ifo_read.c Sun Nov 17 01:09:44 2013 (r1286)
@@ -1447,6 +1447,7 @@ int ifoRead_VTS_TMAPT(ifo_handle_t *ifof
if(ifofile->vtsi_mat->vts_tmapt == 0) { /* optional(?) */
ifofile->vts_tmapt = NULL;
+ fprintf(stderr,"libdvdread: No VTS_TMAPT available - skipping.\n");
return 1;
}
More information about the DVDnav-discuss
mailing list