From 41881ebf8554d94c26d0740fa30a1b237917f820 Mon Sep 17 00:00:00 2001 From: anders Date: Thu, 29 Nov 2001 12:44:06 +0000 Subject: commandline configuration of audio plugins now through struct, format conversion plugin added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3195 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'cfg-mplayer.h') 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}, -- cgit v1.2.3