summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-05 22:55:45 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-05 22:55:45 +0000
commit3053a8b7f248363d7f47c5718e1b292b7f974960 (patch)
treeda0af1c1ba6b9dc2872aa7aa85f4d5ad88b10f6e /cfg-mplayer.h
parent18e342e06c5e756bfa8e2de056ab716bd590a5a9 (diff)
downloadmpv-3053a8b7f248363d7f47c5718e1b292b7f974960.tar.bz2
mpv-3053a8b7f248363d7f47c5718e1b292b7f974960.tar.xz
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
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 0 insertions, 4 deletions
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},