summaryrefslogtreecommitdiffstats
path: root/core/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-28 22:46:22 +0100
committerwm4 <wm4@nowhere>2013-04-13 04:21:29 +0200
commitabd5e8a2e774f20d78a901faac64fe74fdc7b040 (patch)
tree30a7e1e1d1bd57bbc7e0afe2d6b1ae588989fdd3 /core/cfg-mplayer.h
parent08eecf070e12d58f3f9e4f7c65b8b1f6c815cc7f (diff)
downloadmpv-abd5e8a2e774f20d78a901faac64fe74fdc7b040.tar.bz2
mpv-abd5e8a2e774f20d78a901faac64fe74fdc7b040.tar.xz
options: remove --af-adv
Anything this option did has been removed in the preceding 3 commits. Note that even though these options sounded like a good idea (like setting accuracy vs. speed tradeoffs), they were not really properly implemented.
Diffstat (limited to 'core/cfg-mplayer.h')
-rw-r--r--core/cfg-mplayer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index 8e0563e380..56e606ff8e 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -175,11 +175,6 @@ const m_option_t mfopts_conf[]={
#include "audio/filter/af.h"
extern struct af_cfg af_cfg; // Audio filter configuration, defined in libmpcodecs/dec_audio.c
-const m_option_t audio_filter_conf[]={
- {"list", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
- {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 7, NULL},
- {NULL, NULL, 0, 0, 0, 0, NULL}
-};
extern int mp_msg_levels[MSGT_MAX];
extern int mp_msg_level_all;
@@ -437,7 +432,6 @@ const m_option_t common_opts[] = {
{"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
{"af*", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
- {"af-adv", (void *) audio_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
OPT_SETTINGSLIST("vf*", vf_settings, 0, &vf_obj_list),