From e0dafdff5dc592fb47151894a6db3ce0ae045e26 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 27 May 2001 23:48:12 +0000 Subject: mpg123 decoder plugin, 4/5-channel surround, ac3 pass-through (untested) and minor bugfixes CVS patchset: 86 CVS date: 2001/05/27 23:48:12 --- src/libac3/downmix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libac3/downmix.h') diff --git a/src/libac3/downmix.h b/src/libac3/downmix.h index 525980afb..28c6aea15 100644 --- a/src/libac3/downmix.h +++ b/src/libac3/downmix.h @@ -25,4 +25,5 @@ * */ -void downmix(ac3_state_t * state, stream_samples_t stream_samples,int16_t *s16_samples); +void downmix(ac3_state_t * state, stream_samples_t stream_samples,int16_t *s16_samples, + int num_channels); -- cgit v1.2.3