Commit 178365ae authored by Jean-Paul Saman's avatar Jean-Paul Saman

Let text fade away, that looks so much nicer.

parent 664e6231
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment