[vlc-devel] [PATCH 1/2] misc/actions: Add action for the BD disc popup menu
Marvin Scholz
epirat07 at gmail.com
Wed Dec 6 17:19:15 CET 2017
Ref #18772
---
include/vlc_actions.h | 1 +
src/misc/actions.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/include/vlc_actions.h b/include/vlc_actions.h
index 404c1662a8..8562d9dbe9 100644
--- a/include/vlc_actions.h
+++ b/include/vlc_actions.h
@@ -199,6 +199,7 @@ typedef enum vlc_action_id {
ACTIONID_SNAPSHOT,
ACTIONID_RECORD,
ACTIONID_DISC_MENU,
+ ACTIONID_DISC_POPUP_MENU,
ACTIONID_ASPECT_RATIO,
ACTIONID_CROP,
ACTIONID_DEINTERLACE,
diff --git a/src/misc/actions.c b/src/misc/actions.c
index 65178c1bf4..43550a062c 100644
--- a/src/misc/actions.c
+++ b/src/misc/actions.c
@@ -281,6 +281,7 @@ static const struct name2action
{ "deinterlace", ACTIONID_DEINTERLACE, },
{ "deinterlace-mode", ACTIONID_DEINTERLACE_MODE, },
{ "disc-menu", ACTIONID_DISC_MENU, },
+ { "disc-popup-menu", ACTIONID_DISC_POPUP_MENU, },
{ "faster", ACTIONID_FASTER, },
{ "frame-next", ACTIONID_FRAME_NEXT, },
{ "incr-scalefactor", ACTIONID_SCALE_UP, },
--
2.14.3 (Apple Git-98)
More information about the vlc-devel
mailing list