summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorxylosper <darklin20@gmail.com>2014-03-30 11:42:49 +0900
committerxylosper <darklin20@gmail.com>2014-03-30 11:42:49 +0900
commitfb47f2f9402567eb7ecda7e5ec83e0c1915632c1 (patch)
treec646d87c14db341cc1dd2f3800a56cf62e7b5760 /player/core.h
parentf2088c73e30b3cab11343cadac050456fba7cfb5 (diff)
downloadmpv-fb47f2f9402567eb7ecda7e5ec83e0c1915632c1.tar.bz2
mpv-fb47f2f9402567eb7ecda7e5ec83e0c1915632c1.tar.xz
player: rename dvdnav to discnav
Now, navigation works both of DVD and non-BD-J Blu-ray. Therefore, rename all 'dvdnav' strings which are not DVD specific to 'discnav'
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index 55c526b4cc..1d16a0e005 100644
--- a/player/core.h
+++ b/player/core.h
@@ -371,7 +371,7 @@ void mp_write_watch_later_conf(struct MPContext *mpctx);
struct playlist_entry *mp_check_playlist_resume(struct MPContext *mpctx,
struct playlist *playlist);
-// dvdnav.c
+// discnav.c
void mp_nav_init(struct MPContext *mpctx);
void mp_nav_reset(struct MPContext *mpctx);
void mp_nav_destroy(struct MPContext *mpctx);