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
23b7c67e
Commit
23b7c67e
authored
May 01, 2009
by
Laurent Aimar
Browse files
Check against invalid i_title_timeout value.
parent
205ce9a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/video_output.c
View file @
23b7c67e
...
...
@@ -1791,6 +1791,9 @@ static void DisplayTitleOnOSD( vout_thread_t *p_vout )
const
mtime_t
i_start
=
mdate
();
const
mtime_t
i_stop
=
i_start
+
INT64_C
(
1000
)
*
p_vout
->
p
->
i_title_timeout
;
if
(
i_stop
<=
i_start
)
return
vlc_assert_locked
(
&
p_vout
->
change_lock
);
vout_ShowTextAbsolute
(
p_vout
,
DEFAULT_CHAN
,
...
...
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