[MPlayer-cvslog] r27101 - trunk/command.c
ben
subversion at mplayerhq.hu
Fri Jun 20 20:54:38 CEST 2008
Author: ben
Date: Fri Jun 20 20:54:38 2008
New Revision: 27101
Log:
Keep old dvdnav sub-command options for a while in order
not to break slave-mode API too suddenly.
Modified:
trunk/command.c
Modified: trunk/command.c
==============================================================================
--- trunk/command.c (original)
+++ trunk/command.c Fri Jun 20 20:54:38 2008
@@ -2294,6 +2294,19 @@ static const struct {
{ "select", MP_CMD_DVDNAV_SELECT },
{ "prev", MP_CMD_DVDNAV_PREVMENU },
{ "mouse", MP_CMD_DVDNAV_MOUSECLICK },
+
+ /*
+ * keep old dvdnav sub-command options for a while in order not to
+ * break slave-mode API too suddenly.
+ */
+ { "1", MP_CMD_DVDNAV_UP },
+ { "2", MP_CMD_DVDNAV_DOWN },
+ { "3", MP_CMD_DVDNAV_LEFT },
+ { "4", MP_CMD_DVDNAV_RIGHT },
+ { "5", MP_CMD_DVDNAV_MENU },
+ { "6", MP_CMD_DVDNAV_SELECT },
+ { "7", MP_CMD_DVDNAV_PREVMENU },
+ { "8", MP_CMD_DVDNAV_MOUSECLICK },
{ NULL, 0 }
};
#endif
More information about the MPlayer-cvslog
mailing list