From 2308b3a2a6e78c980a568320a44367e394a05238 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 16 Feb 2015 20:04:15 +0100 Subject: sub: mess with styling defaults, change --ass-use-margins behavior Now --ass-use-margins doesn't apply to normal subtitles anymore. This is probably the inverse from the mpv behavior users expected so far, and thus a breaking change, so rename the option, that the user at least has a chance to lookup the option and decide whether the new behavior is wanted or not. The basic idea here is: - plain text subtitles should have a certain useful defalt behavior, like actually using margins - ASS subtitles should never be broken by default - ASS subtitles should look and behave like plaintext subtitles if the --ass-style-override=force option is used This also subtly changes --sub-scale-with-window and adds the --ass- scale-with-window option. Since this one isn't so important, don't bother with compatibility. --- player/configfiles.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'player/configfiles.c') diff --git a/player/configfiles.c b/player/configfiles.c index bc89439e3a..621c2f96e1 100644 --- a/player/configfiles.c +++ b/player/configfiles.c @@ -243,7 +243,8 @@ static const char *const backup_properties[] = { "options/sub-pos", "options/sub-visibility", "options/sub-scale", - "options/ass-use-margins", + "options/sub-use-margins", + "options/ass-force-margins", "options/ass-vsfilter-aspect-compat", "options/ass-style-override", "options/ab-loop-a", -- cgit v1.2.3