From c3f8c9a58e3028777466ce0d3f56374efb10f968 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 12 Dec 2012 23:35:01 +0100 Subject: options: move -ass-bottom-margin/-ass-top-margin options to vf_sub These options might be useful sometimes, but they are not that important, and work with vf_sub only. Make them vf_sub sub-options. --- core/cfg-mplayer.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/cfg-mplayer.h') diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h index 762c13a2bb..65ebdbb595 100644 --- a/core/cfg-mplayer.h +++ b/core/cfg-mplayer.h @@ -512,8 +512,6 @@ const m_option_t common_opts[] = { OPT_MAKE_FLAGS("ass", ass_enabled, 0), OPT_FLOATRANGE("sub-scale", sub_scale, 0, 0, 100), OPT_FLOATRANGE("ass-line-spacing", ass_line_spacing, 0, -1000, 1000), - OPT_INTRANGE("ass-top-margin", ass_top_margin, 0, 0, 2000), - OPT_INTRANGE("ass-bottom-margin", ass_bottom_margin, 0, 0, 2000), OPT_MAKE_FLAGS("ass-use-margins", ass_use_margins, 0), OPT_MAKE_FLAGS("ass-vsfilter-aspect-compat", ass_vsfilter_aspect_compat, 0), OPT_MAKE_FLAGS("embeddedfonts", use_embedded_fonts, 0), -- cgit v1.2.3