From fb47f2f9402567eb7ecda7e5ec83e0c1915632c1 Mon Sep 17 00:00:00 2001 From: xylosper Date: Sun, 30 Mar 2014 11:42:49 +0900 Subject: 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' --- input/cmd_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/cmd_list.h') diff --git a/input/cmd_list.h b/input/cmd_list.h index 8768345de1..0ed5b1d90b 100644 --- a/input/cmd_list.h +++ b/input/cmd_list.h @@ -84,7 +84,7 @@ enum mp_command_type { MP_CMD_ENABLE_INPUT_SECTION, MP_CMD_DISABLE_INPUT_SECTION, - MP_CMD_DVDNAV, + MP_CMD_DISCNAV, /// DVB commands MP_CMD_DVB_SET_CHANNEL, -- cgit v1.2.3