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
GSoC
GSoC2018
macOS
vlc
Commits
84cc4e6f
Commit
84cc4e6f
authored
Sep 17, 2008
by
Laurent Aimar
Browse files
Fixed subtitle pausing.
parent
3adaa31d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/video_output.c
View file @
84cc4e6f
...
...
@@ -974,7 +974,7 @@ static void* RunThread( vlc_object_t *p_this )
{
p_input
=
vlc_object_find
(
p_vout
,
VLC_OBJECT_INPUT
,
FIND_PARENT
);
p_subpic
=
spu_SortSubpictures
(
p_vout
->
p_spu
,
display_date
,
p_input
?
var_Get
Bool
(
p_input
,
"state"
)
==
PAUSE_S
:
false
,
p_input
?
var_Get
Integer
(
p_input
,
"state"
)
==
PAUSE_S
:
false
,
b_snapshot
);
if
(
p_input
)
vlc_object_release
(
p_input
);
...
...
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