From 1a5a7a49293c2c70a5caf9d51dad7bd5aa938471 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 18 Sep 2012 15:50:24 +0200 Subject: options: accept "yes" and "no" only for flags This removes the alternative values like "off", "0", "false" etc., and also the non-English versions of these. This is done for general consistency. It's better to have a single way of doing things when multiple ways don't add singificant value. Also update some choices for consistency. --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.c') 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, -- cgit v1.2.3