summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorDan Oscarsson <DanOscarsson@users.noreply.github.com>2016-10-02 17:08:14 +0200
committerwm4 <wm4@nowhere>2016-10-03 16:57:04 +0200
commit7debdde9b91833e63b800181d8d3aaf3099bdfaa (patch)
tree94aa175e2826178afe84e5a07dddca949abea395 /options/options.h
parent81d125efd8f66f560ee5e169bfd641daf64be1db (diff)
downloadmpv-7debdde9b91833e63b800181d8d3aaf3099bdfaa.tar.bz2
mpv-7debdde9b91833e63b800181d8d3aaf3099bdfaa.tar.xz
options: rename subtitle options
Rename the text subtitle options from --sub-text- to --sub- and --ass- options to --sub-ass-. The intention is to common sub options to prefixed --sub- and special ASS option be seen as a special version of sub options. The OSD options that work like the --sub- options are still named --osd-. Man page updated including a short note about renamed --sub-text-* and --ass-* options to --sub-* and --sub-ass-*.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 7885b9090e..db12742f2b 100644
--- a/options/options.h
+++ b/options/options.h
@@ -259,7 +259,7 @@ typedef struct MPOpts {
int sub_scale_with_window;
int ass_scale_with_window;
struct osd_style_opts *osd_style;
- struct osd_style_opts *sub_text_style;
+ struct osd_style_opts *sub_style;
float sub_scale;
float sub_gauss;
int sub_gray;