0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

options: fix some missing --sub-ass-style-override renames

The option was renamed not to include "-style", but not all uses were
updated.
This commit is contained in:
wm4 2017-06-07 20:18:25 +02:00
parent 9f79809930
commit 6e481d00bd
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@
#V cycle sub-ass-vsfilter-aspect-compat
# switch between applying no style overrides to SSA/ASS subtitles, and
# overriding them almost completely with the normal subtitle style
#u cycle-values sub-ass-style-override "force" "no"
#u cycle-values sub-ass-override "force" "no"
#j cycle sub # cycle through subtitles
#J cycle sub down # ...backwards
#SHARP cycle audio # switch audio streams

View File

@ -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 },