Skip to content

Commit

Permalink
bluray: handle DEMUX_NAV_POPUP
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
hpi1 authored and jbkempf committed Nov 21, 2015
1 parent 4e9f1e4 commit 3c5a8d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/access/bluray.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3c5a8d0

Please sign in to comment.