diff dvdnav.h @ 164:58c914a3ccbd src

update comment
author mroi
date Tue, 08 Apr 2003 13:32:11 +0000
parents 26334f5fac2b
children 90b1f6f0520e
line wrap: on
line diff
--- a/dvdnav.h	Mon Apr 07 16:41:08 2003 +0000
+++ b/dvdnav.h	Tue Apr 08 13:32:11 2003 +0000
@@ -303,8 +303,9 @@
 dvdnav_status_t dvdnav_menu_call(dvdnav_t *self, DVDMenuID_t menu);
 
 /*
- * Return the title number and part currently being played or
- * -1 if in a menu.
+ * Return the title number and part currently being played.
+ * A title of 0 indicates, we are in a menu. In this case, part
+ * is set to the current menu's ID.
  */
 dvdnav_status_t dvdnav_current_title_info(dvdnav_t *self, int *title,
 					  int *part);