diff mplayer.c @ 19521:0be2d3583f4f

Add VFCTRL_DRAW_EOSD.
author eugeni
date Thu, 24 Aug 2006 22:10:43 +0000
parents 10d8f2cae948
children 9a59c33bee29
line wrap: on
line diff
--- a/mplayer.c	Thu Aug 24 17:21:03 2006 +0000
+++ b/mplayer.c	Thu Aug 24 22:10:43 2006 +0000
@@ -3644,7 +3644,7 @@
 
 #ifdef USE_ASS
 if (ass_enabled)
-  ((vf_instance_t *)sh_video->vfilter)->control(sh_video->vfilter, VFCTRL_EOSD, 0);
+  ((vf_instance_t *)sh_video->vfilter)->control(sh_video->vfilter, VFCTRL_INIT_EOSD, 0);
 #endif
 
 current_module="init_video_codec";