# HG changeset patch # User mroi # Date 1049808731 0 # Node ID 58c914a3ccbd777b2fb6db9fc6fde916a5d5ca7a # Parent 5d8955d7a01a6d54abaab5758fe873cb5b514c76 update comment diff -r 5d8955d7a01a -r 58c914a3ccbd dvdnav.h --- 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);