Re: libdvdread has trouble with some DVD images
Jeff Bowden <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Message-ID | <[email protected]> |
H}kan Hjort wrote: >Wed Jul 24 2002, Jeff Bowden wrote: > > >>Continuing my investigation, I commented out the offending assert and >>got to another one: >> >>tccat: ifo_read.c:831: ifoRead_TT_SRPT: Assertion >>`(int)tt_srpt->nr_of_srpts * sizeof(title_info_t) <= info_length' failed. >> >>After adding some fprintf's I found that: >> tt_srpt->nr_of_srpts = 3 >> sizeof(title_info_t) = 12 >> info_length = 24 >> >> >> >so we have 3 Title Tracks. each one is 12 bytes long >But the 'lenght' is only big enough for two title tracks... >Could you find out if it only has two Title tracks or if it really >should be three. > There should only be two titles. Apparently the DVD authoring software made some bogus entries in some fields that contain redundant and/or non-useful information.