summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
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 /stream/stream_dvdnav.c
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 'stream/stream_dvdnav.c')
-rw-r--r--stream/stream_dvdnav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index ec79e2da99..462fa066e4 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -35,7 +35,7 @@
#include "osdep/timer.h"
#include "stream.h"
#include "demux/demux.h"
-#include "stream_dvdnav.h"
+#include "discnav.h"
#include "video/out/vo.h"
#include "stream_dvd_common.h"