summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 74dab8c60b..5c54fe68d0 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -68,9 +68,6 @@ extern char * skinName;
extern int use_old_pp;
#endif
-// From audio plugins
-extern int pl_delay_len;
-
/* from libvo/aspect.c */
extern float monitor_aspect;
@@ -100,8 +97,8 @@ struct config conf[]={
{"vo", &video_driver, CONF_TYPE_STRING, 0, 0, 0},
// -----options related to audio and audio plugins-------
{"ao", &audio_driver, CONF_TYPE_STRING, 0, 0, 0},
- {"aop", &audio_plugins, CONF_TYPE_STRING, 0, 0, 0},
- {"aop_delay", &pl_delay_len, CONF_TYPE_INT, CONF_MIN, 0, 0},
+ {"aop", &ao_plugin_cfg.plugin_list, CONF_TYPE_STRING, 0, 0, 0},
+ {"aop_delay", &ao_plugin_cfg.pl_delay_len, CONF_TYPE_INT, CONF_MIN, 0, 0},
// {"dsp", &dsp, CONF_TYPE_STRING, CONF_NOCFG, 0, 0},
{"dsp", "Use -ao oss:dsp_path!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
{"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0},