mirror of https://github.com/mpv-player/mpv
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:
parent
9f79809930
commit
6e481d00bd
|
@ -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
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue