summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-07 20:18:25 +0200
committerwm4 <wm4@nowhere>2017-06-07 20:18:25 +0200
commit6e481d00bd1af654b055b7815eb52fa56c0531a1 (patch)
tree36ca83b50f85c12fe7c64ba7b0d93b50f8cef277 /player
parent9f798099309a30ca749329eee1bc5436c69f585a (diff)
downloadmpv-6e481d00bd1af654b055b7815eb52fa56c0531a1.tar.bz2
mpv-6e481d00bd1af654b055b7815eb52fa56c0531a1.tar.xz
options: fix some missing --sub-ass-style-override renames
The option was renamed not to include "-style", but not all uses were updated.
Diffstat (limited to 'player')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index a65a187dd7..af7d4006d7 100644
--- a/player/command.c
+++ b/player/command.c
@@ -4334,7 +4334,7 @@ static const struct property_osd_display {
{ "sub-forced-only", "Forced sub only" },
{ "sub-scale", "Sub Scale"},
{ "sub-ass-vsfilter-aspect-compat", "Subtitle VSFilter aspect compat"},
- { "sub-ass-style-override", "ASS subtitle style override"},
+ { "sub-ass-override", "ASS subtitle style override"},
{ "vf", "Video filters", .msg = "Video filters:\n${vf}"},
{ "af", "Audio filters", .msg = "Audio filters:\n${af}"},
{ "tv-brightness", "Brightness", .osd_progbar = OSD_BRIGHTNESS },