Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
3c5a8d07
Commit
3c5a8d07
authored
Nov 20, 2015
by
Petri Hintukainen
Committed by
Jean-Baptiste Kempf
Nov 21, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bluray: handle DEMUX_NAV_POPUP
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
4e9f1e46
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/access/bluray.c
modules/access/bluray.c
+2
-0
No files found.
modules/access/bluray.c
View file @
3c5a8d07
...
...
@@ -1721,6 +1721,8 @@ static int blurayControl(demux_t *p_demux, int query, va_list args)
return
sendKeyEvent
(
p_sys
,
BD_VK_LEFT
);
case
DEMUX_NAV_RIGHT
:
return
sendKeyEvent
(
p_sys
,
BD_VK_RIGHT
);
case
DEMUX_NAV_POPUP
:
return
sendKeyEvent
(
p_sys
,
BD_VK_POPUP
);
case
DEMUX_CAN_RECORD
:
case
DEMUX_GET_FPS
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment