]> git.sesse.net Git - vlc/commitdiff
Let text fade away, that looks so much nicer.
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 7 Jun 2007 11:26:17 +0000 (11:26 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 7 Jun 2007 11:26:17 +0000 (11:26 +0000)
src/video_output/video_text.c

index aaed0a5b93e1bf8e527c92a7f07ee3861a941774..c5f2e7cf5c322d39936f8fd164e708e8d8502f4e 100644 (file)
@@ -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;