Author: nicodvb Date: Sat Jun 28 11:20:17 2008 New Revision: 1108 Log: change the prototype of dvdnav_describe_title_chapters() to use 'self' instead of 'this' for compatibility with c++ compilers
Modified: trunk/libdvdnav/src/dvdnav.h Modified: trunk/libdvdnav/src/dvdnav.h ============================================================================== --- trunk/libdvdnav/src/dvdnav.h (original) +++ trunk/libdvdnav/src/dvdnav.h Sat Jun 28 11:20:17 2008 @@ -290,7 +290,7 @@ dvdnav_status_t dvdnav_part_play(dvdnav_ * The number of entries in *times is the result of the function. * On error *times is NULL and the output is 0 */ -uint32_t dvdnav_describe_title_chapters(dvdnav_t *this, int32_t title, uint64_t **times, uint64_t *duration); +uint32_t dvdnav_describe_title_chapters(dvdnav_t *self, int32_t title, uint64_t **times, uint64_t *duration); /* * Play the specified amount of parts of the specified title of _______________________________________________ DVDnav-discuss mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/dvdnav-discuss
