Nico Sabbi wrote:
Il Tuesday 24 June 2008 22:51:06 Benjamin Zores ha scritto:

dvdnav is a C library, not C++. Anyway I'll welcome a patch
to rename "this" to "self"

Here it is

Andrea
Index: src/dvdnav.h
===================================================================
--- src/dvdnav.h        (revision 1107)
+++ src/dvdnav.h        (working copy)
@@ -290,7 +290,7 @@
  * 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

Reply via email to