Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
8ecba86e
Commit
8ecba86e
authored
Jul 20, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed the "paused movie won't restart" bug.
parent
61cd2b0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/input/input_clock.c
src/input/input_clock.c
+2
-1
No files found.
src/input/input_clock.c
View file @
8ecba86e
...
...
@@ -2,7 +2,7 @@
* input_clock.c: Clock/System date convertions, stream management
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* $Id: input_clock.c,v 1.2
0
2001/07/
18
1
4
:2
1:00
massiot Exp $
* $Id: input_clock.c,v 1.2
1
2001/07/
20
1
6
:2
0:25
massiot Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
@@ -160,6 +160,7 @@ int input_ClockManageControl( input_thread_t * p_input,
p_input
->
stream
.
control
.
i_status
=
PAUSE_S
;
vlc_cond_wait
(
&
p_input
->
stream
.
stream_wait
,
&
p_input
->
stream
.
stream_lock
);
p_pgrm
->
last_syscr
=
0
;
ClockNewRef
(
p_input
,
p_pgrm
,
i_clock
,
mdate
()
);
if
(
p_input
->
stream
.
i_new_status
==
PAUSE_S
)
...
...
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