[DVDnav-discuss] dvdnav_describe_title_chapters

Roger Pack rogerdpack2 at gmail.com
Mon Apr 21 19:40:08 CEST 2014


On 4/18/14, Mickaël Guerin <queeroux at gmail.com> wrote:
> Hi,
>
> XBMC is using dvdnav to get DVD playback.
> I'm working on extending chapters support, so I need to use the method
> dvdnav_describe_title_chapters.
>
> But when I try to free the *times array, I get an exception.
> Some google searchs, and my conclusion is that C compilers are different,
> so free() on xbmc side don't work with the calloc() of the dvdnav dll.
> I add a dvd_free(void* pdata) method on dvdnav (that just call free(pdata))
> and now it's working.

What are you using to compile dvdnav dll?
Anyway that sounds reasonable to me...


More information about the DVDnav-discuss mailing list