Mercurial > libdvdnav.hg
changeset 207:a2eb1afa1af8 src
clarify these functions
author | mroi |
---|---|
date | Mon, 09 Jun 2003 15:17:44 +0000 |
parents | 4365aa830aed |
children | cd877501ba27 |
files | dvdnav.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdnav.h Thu Jun 05 20:03:18 2003 +0000 +++ b/dvdnav.h Mon Jun 09 15:17:44 2003 +0000 @@ -491,19 +491,19 @@ */ /* - * Set which menu language we should use. + * Set which menu language we should use per default. */ dvdnav_status_t dvdnav_menu_language_select(dvdnav_t *self, char *code); /* - * Set which audio language we should use. + * Set which audio language we should use per default. */ dvdnav_status_t dvdnav_audio_language_select(dvdnav_t *self, char *code); /* - * Set which spu language we should use. + * Set which spu language we should use per default. */ dvdnav_status_t dvdnav_spu_language_select(dvdnav_t *self, char *code);