[DVDnav-discuss] r1283 - trunk/libdvdread/src/ifo_read.c

rathann subversion at mplayerhq.hu
Tue Nov 12 01:10:38 CET 2013


Author: rathann
Date: Tue Nov 12 01:10:38 2013
New Revision: 1283

Log:
Document warnings generated by DVDs made with the VDR-to-DVD device LG RC590M.

Modified:
   trunk/libdvdread/src/ifo_read.c

Modified: trunk/libdvdread/src/ifo_read.c
==============================================================================
--- trunk/libdvdread/src/ifo_read.c	Tue Nov 12 00:59:39 2013	(r1282)
+++ trunk/libdvdread/src/ifo_read.c	Tue Nov 12 01:10:38 2013	(r1283)
@@ -568,6 +568,8 @@ static int ifoRead_VMG(ifo_handle_t *ifo
 
   CHECK_ZERO(vmgi_mat->zero_1);
   CHECK_ZERO(vmgi_mat->zero_2);
+  /* DVDs created by VDR-to-DVD device LG RC590M violate the following check with
+   * vmgi_mat->zero_3 = 0x00000000010000000000000000000000000000. */
   CHECK_ZERO(vmgi_mat->zero_3);
   CHECK_ZERO(vmgi_mat->zero_4);
   CHECK_ZERO(vmgi_mat->zero_5);
@@ -1219,6 +1221,7 @@ int ifoRead_VTS_PTT_SRPT(ifo_handle_t *i
        Titles with 0 PTTs. */
     if(n < 0) n = 0;
 
+    /* DVDs created by the VDR-to-DVD device LG RC590M violate the following requirement */
     CHECK_VALUE(n % 4 == 0);
 
     vts_ptt_srpt->title[i].nr_of_ptts = n / 4;


More information about the DVDnav-discuss mailing list