summaryrefslogtreecommitdiffstats
path: root/libhb/dvdnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/dvdnav.c')
-rw-r--r--libhb/dvdnav.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libhb/dvdnav.c b/libhb/dvdnav.c
index ef80bf541..fa6ee2f24 100644
--- a/libhb/dvdnav.c
+++ b/libhb/dvdnav.c
@@ -379,15 +379,6 @@ static hb_title_t * hb_dvdnav_title_scan( hb_dvd_t * e, int t, uint64_t min_dura
ifo->vts_c_adt->cell_adr_table[i].last_sector );
goto fail;
}
- if( ifo->vts_c_adt->cell_adr_table[i].start_sector >=
- ifo->vts_c_adt->cell_adr_table[i].last_sector )
- {
- hb_log( "scan: cell_adr_table[%d].start_sector (0x%x) "
- "is not before last_sector (0x%x) - skipping title", i,
- ifo->vts_c_adt->cell_adr_table[i].start_sector,
- ifo->vts_c_adt->cell_adr_table[i].last_sector );
- goto fail;
- }
}
if( global_verbosity_level == 3 )