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-common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cfg-common.h') diff --git a/cfg-common.h b/cfg-common.h index 6fa1478c0b..8071ec876a 100644 --- a/cfg-common.h +++ b/cfg-common.h @@ -91,6 +91,7 @@ // force video/audio rate: {"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL}, {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000, NULL}, + {"channels", &audio_output_channels, CONF_TYPE_INT, CONF_RANGE, 1, 6, NULL}, // ------------------------- codec/vfilter options -------------------- @@ -187,6 +188,9 @@ extern float movie_aspect; extern int softzoom; extern int flip; +/* from dec_audio, currently used for ac3surround decoder only */ +extern int audio_output_channels; + #ifdef STREAMING /* defined in network.c */ extern char *network_username; -- cgit v1.2.3