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
9ff8ab10
Commit
9ff8ab10
authored
Nov 27, 2009
by
Laurent Aimar
Browse files
Cosmetics.
parent
21edd87a
Changes
2
Show whitespace changes
Inline
Side-by-side
src/input/input.c
View file @
9ff8ab10
...
@@ -1578,7 +1578,6 @@ static bool Control( input_thread_t *p_input,
...
@@ -1578,7 +1578,6 @@ static bool Control( input_thread_t *p_input,
break
;
break
;
case
INPUT_CONTROL_SET_POSITION
:
case
INPUT_CONTROL_SET_POSITION
:
case
INPUT_CONTROL_SET_POSITION_OFFSET
:
{
{
double
f_pos
;
double
f_pos
;
...
@@ -1614,7 +1613,6 @@ static bool Control( input_thread_t *p_input,
...
@@ -1614,7 +1613,6 @@ static bool Control( input_thread_t *p_input,
}
}
case
INPUT_CONTROL_SET_TIME
:
case
INPUT_CONTROL_SET_TIME
:
case
INPUT_CONTROL_SET_TIME_OFFSET
:
{
{
int64_t
i_time
;
int64_t
i_time
;
int
i_ret
;
int
i_ret
;
...
...
src/input/input_internal.h
View file @
9ff8ab10
...
@@ -183,10 +183,8 @@ enum input_control_e
...
@@ -183,10 +183,8 @@ enum input_control_e
INPUT_CONTROL_SET_RATE_FASTER
,
INPUT_CONTROL_SET_RATE_FASTER
,
INPUT_CONTROL_SET_POSITION
,
INPUT_CONTROL_SET_POSITION
,
INPUT_CONTROL_SET_POSITION_OFFSET
,
INPUT_CONTROL_SET_TIME
,
INPUT_CONTROL_SET_TIME
,
INPUT_CONTROL_SET_TIME_OFFSET
,
INPUT_CONTROL_SET_PROGRAM
,
INPUT_CONTROL_SET_PROGRAM
,
...
...
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