Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
19e63771
Commit
19e63771
authored
May 23, 2005
by
hartman
Browse files
* backported [11134] to HEAD
parent
e48600a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/video_output.c
View file @
19e63771
...
...
@@ -911,7 +911,10 @@ static void RunThread( vout_thread_t *p_vout)
/*
* Check for subpictures to display
*/
p_subpic
=
spu_SortSubpictures
(
p_vout
->
p_spu
,
display_date
);
if
(
display_date
>
0
)
{
p_subpic
=
spu_SortSubpictures
(
p_vout
->
p_spu
,
display_date
);
}
/*
* Perform rendering
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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