Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
a8a6c4fa
Commit
a8a6c4fa
authored
Feb 02, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduced EPG OSD down to 3s and enable fade out.
parent
919eb81b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/video_output/video_epg.c
src/video_output/video_epg.c
+2
-2
No files found.
src/video_output/video_epg.c
View file @
a8a6c4fa
...
...
@@ -242,10 +242,10 @@ int vout_OSDEpg( vout_thread_t *p_vout, input_item_t *p_input )
p_spu
->
i_channel
=
DEFAULT_CHAN
;
p_spu
->
i_start
=
i_now
;
p_spu
->
i_stop
=
i_now
+
10
000
*
INT64_C
(
1000
);
p_spu
->
i_stop
=
i_now
+
3
000
*
INT64_C
(
1000
);
p_spu
->
b_ephemer
=
true
;
p_spu
->
b_absolute
=
true
;
p_spu
->
b_fade
=
fals
e
;
p_spu
->
b_fade
=
tru
e
;
char
*
psz_now_playing
=
input_item_GetNowPlaying
(
p_input
);
vlc_epg_t
*
p_epg
=
NULL
;
...
...
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