[DVDnav-discuss] dvdnav_describe_title_chapters

Mickaël Guerin queeroux at gmail.com
Fri Apr 18 18:03:01 CEST 2014


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.

So, do you have any suggestions to make the dvdnav_describe_title_chapters
usable, for every on who use it?
Or maybe I made somethings wrong...

thanks


More information about the DVDnav-discuss mailing list