From 7debdde9b91833e63b800181d8d3aaf3099bdfaa Mon Sep 17 00:00:00 2001 From: Dan Oscarsson Date: Sun, 2 Oct 2016 17:08:14 +0200 Subject: 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-*. --- options/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/options.h') 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; -- cgit v1.2.3