From a9bbe0a576fdb3a0629e2164134f449e229f9523 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 13 Jun 2013 00:59:27 +0200 Subject: options: remove --stereo Whatever this was supposed to be originally, it doesn't have much value anymore. It just forced ad_mpg123 to upmix mono to stereo by default (the audio chain can do that). As an option, it was mostly useless and misleading, so get rid of it. --- core/options.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'core') diff --git a/core/options.c b/core/options.c index dd527d5538..55297bf983 100644 --- a/core/options.c +++ b/core/options.c @@ -45,9 +45,6 @@ extern char *lirc_configfile; extern int mp_msg_color; extern int mp_msg_module; -/* from dec_audio, currently used for ac3surround decoder only */ -extern int fakemono; - extern int dvd_speed; /* stream/stream_dvd.c */ /* defined in demux: */ @@ -452,9 +449,6 @@ const m_option_t mp_opts[] = { // ------------------------- codec/vfilter options -------------------- - // MP3-only: select stereo/left/right - {"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL}, - {"af*", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, OPT_SETTINGSLIST("vf*", vf_settings, 0, (void *) &vf_obj_list), -- cgit v1.2.3