Mercurial > libdvdnav.hg
changeset 164:58c914a3ccbd src
update comment
author | mroi |
---|---|
date | Tue, 08 Apr 2003 13:32:11 +0000 |
parents | 5d8955d7a01a |
children | 4e5ebc1491d5 |
files | dvdnav.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
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);