# HG changeset patch # User rathann # Date 1187558704 0 # Node ID 494842974e5563226180860f55a42c896f44ef6d # Parent 5039307a3e7c34bf1c8a7157af014b4f7970a3ad - fix compilation of C++ code using dvdnav.h (this is a reserved C++ keyword) diff -r 5039307a3e7c -r 494842974e55 dvdnav.h --- a/dvdnav.h Sun Aug 05 20:27:59 2007 +0000 +++ b/dvdnav.h Sun Aug 19 21:25:04 2007 +0000 @@ -360,7 +360,7 @@ returns the current stream time in PTS ticks as reported by the IFO structures divide it by 90000 to get the current play time in seconds */ -int64_t dvdnav_get_current_time(dvdnav_t *this); +int64_t dvdnav_get_current_time(dvdnav_t *self); /* * Stop playing the current position and start playback of the title