From 3053a8b7f248363d7f47c5718e1b292b7f974960 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 5 Oct 2002 22:55:45 +0000 Subject: aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7605 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index f2e583f9a9..4fdf346371 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -111,9 +111,6 @@ extern int nortc; /* from libvo/aspect.c */ extern float monitor_aspect; -/* from dec_audio, currently used for ac3surround decoder only */ -extern int audio_output_channels; - /* Options related to audio out plugins */ struct config ao_plugin_conf[]={ {"list", &ao_plugin_cfg.plugin_list, CONF_TYPE_STRING, 0, 0, 0, NULL}, @@ -173,7 +170,6 @@ static config_t mplayer_opts[]={ {"dsp", "Use -ao oss:dsp_path!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, {"mixer", &mixer_device, CONF_TYPE_STRING, 0, 0, 0, NULL}, {"master", "Option -master has been removed, use -aop list=volume instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, - {"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 2, 6, NULL}, // override audio buffer size (used only by -ao oss, anyway obsolete...) {"abs", &ao_data.buffersize, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL}, -- cgit v1.2.3