From d5315a678ea93110f8bde10fe83eca64202988d1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 2 Aug 2012 02:36:26 +0200 Subject: mplayer: expand --title as property, remove --use-filename-title The --title option, which sets the GUI window caption, is now expanded as slave mode property string (like osd_show_property_text). Make the default value for --title include the filename. This makes a behavior similar to --use-filename-title the default. Remove the --use-filename-title option, as it's redundant now. --- cfg-mplayer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index ac5ac0c75a..6a341e01c1 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -739,7 +739,6 @@ const m_option_t mplayer_opts[]={ //---------------------- mplayer-only options ------------------------ {"use-filedir-conf", &use_filedir_conf, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, - {"use-filename-title", &use_filename_title, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL}, OPT_INTRANGE("osdlevel", osd_level, 0, 0, 3), OPT_INTRANGE("osd-duration", osd_duration, 0, 0, 3600000), OPT_MAKE_FLAGS("osd-fractions", osd_fractions, 0), -- cgit v1.2.3