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
fccb46ca
Commit
fccb46ca
authored
Oct 16, 2005
by
Jean-Paul Saman
Browse files
Remove useless whitespace
parent
75208d54
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/input.c
View file @
fccb46ca
...
...
@@ -1195,7 +1195,7 @@ static vlc_bool_t Control( input_thread_t *p_input, int i_type,
vlc_bool_t
b_force_update
=
VLC_FALSE
;
if
(
!
p_input
)
return
b_force_update
;
switch
(
i_type
)
{
case
INPUT_CONTROL_SET_DIE
:
...
...
@@ -1274,8 +1274,8 @@ static vlc_bool_t Control( input_thread_t *p_input, int i_type,
if
(
i_ret
)
{
int64_t
i_length
;
/* Emulate it with a SET_POS */
/* Emulate it with a SET_POS */
demux2_Control
(
p_input
->
input
.
p_demux
,
DEMUX_GET_LENGTH
,
&
i_length
);
if
(
i_length
>
0
)
...
...
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