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
1342bbe1
Commit
1342bbe1
authored
Sep 24, 2004
by
gbazin
Browse files
* modules/video_filter/time.c: the subpicture doesn't need a timeout.
parent
78ef7654
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_filter/time.c
View file @
1342bbe1
...
...
@@ -2,7 +2,7 @@
* time.c : time display video plugin for vlc
*****************************************************************************
* Copyright (C) 2003-2004 VideoLAN
* $Id
: logo.c 8721 2004-09-17 10:21:00Z gbazin
$
* $Id$
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
...
...
@@ -175,7 +175,7 @@ static subpicture_t *Filter( filter_t *p_filter, mtime_t date )
p_spu
->
p_region
->
psz_text
=
FormatTime
(
p_sys
->
psz_format
,
&
t
);
p_spu
->
i_start
=
date
;
p_spu
->
i_stop
=
date
+
100000
0
;
p_spu
->
i_stop
=
0
;
p_spu
->
b_ephemer
=
VLC_TRUE
;
p_spu
->
b_absolute
=
VLC_FALSE
;
p_spu
->
i_x
=
p_sys
->
i_xoff
;
...
...
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