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
178365ae
Commit
178365ae
authored
Jun 07, 2007
by
Jean-Paul Saman
Browse files
Let text fade away, that looks so much nicer.
parent
664e6231
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/video_output/video_text.c
View file @
178365ae
...
...
@@ -97,6 +97,7 @@ int vout_ShowTextAbsolute( vout_thread_t *p_vout, int i_channel,
p_spu
->
i_stop
=
i_stop
;
p_spu
->
b_ephemer
=
VLC_TRUE
;
p_spu
->
b_absolute
=
VLC_FALSE
;
p_spu
->
b_fade
=
VLC_TRUE
;
p_spu
->
i_x
=
i_hmargin
;
p_spu
->
i_y
=
i_vmargin
;
...
...
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