Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
9af94c5a
Commit
9af94c5a
authored
Nov 09, 2003
by
Rocky Bernstein
Browse files
Allow return to have a numeric prefix too.
parent
1601147f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/vcdx/intf.c
View file @
9af94c5a
...
...
@@ -2,7 +2,7 @@
* intf.c: Video CD interface to handle user interaction and still time
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: intf.c,v 1.
2
2003/11/09
00:52:32
rocky Exp $
* $Id: intf.c,v 1.
3
2003/11/09
18:06:11
rocky Exp $
*
* Authors: Rocky Bernstein <rocky@panix.com>
* from DVD code by Stphane Borel <stef@via.ecp.fr>
...
...
@@ -185,7 +185,9 @@ static void RunIntf( intf_thread_t *p_intf )
case
ACTIONID_NAV_UP
:
dbg_print
(
INPUT_DBG_EVENT
,
"ACTIONID_NAV_UP - return"
);
vcdplayer_play_return
(
p_input
);
do
{
vcdplayer_play_return
(
p_input
);
}
while
(
number_addend
--
>
0
);
break
;
case
ACTIONID_NAV_DOWN
:
...
...
Write
Preview
Supports
Markdown
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