[libdvdnav-devel] An IFO without a VTS TMAP is very common, remove warning
Steve Dibb
git at videolan.org
Tue May 13 17:48:11 CEST 2014
libdvdread | branch: master | Steve Dibb <beandog at gentoo.org> | Tue May 13 09:46:51 2014 -0600| [cff267d99196c719017ab4d229eecea35e3e0cd1] | committer: Jean-Baptiste Kempf
An IFO without a VTS TMAP is very common, remove warning
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvdread.git/?a=commit;h=cff267d99196c719017ab4d229eecea35e3e0cd1
---
src/ifo_read.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/ifo_read.c b/src/ifo_read.c
index 5a67dee..4659136 100644
--- a/src/ifo_read.c
+++ b/src/ifo_read.c
@@ -1452,9 +1452,8 @@ int ifoRead_VTS_TMAPT(ifo_handle_t *ifofile) {
if(!ifofile->vtsi_mat)
return 0;
- if(ifofile->vtsi_mat->vts_tmapt == 0) { /* optional(?) */
+ if(ifofile->vtsi_mat->vts_tmapt == 0) {
ifofile->vts_tmapt = NULL;
- fprintf(stderr,"libdvdread: No VTS_TMAPT available - skipping.\n");
return 1;
}
More information about the libdvdnav-devel
mailing list