summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 376b243d58..4e59dd397e 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2253,7 +2253,7 @@ int reinit_video_chain(struct MPContext *mpctx)
&vf_info_ass, NULL
};
char *vf_arg[] = {
- "auto", "1", NULL
+ "auto", "yes", NULL
};
int retcode = 0;
struct vf_instance *vf_ass = vf_open_plugin_noerr(opts, libass_vfs,