diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-05-27 23:48:12 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-05-27 23:48:12 +0000 |
| commit | e0dafdff5dc592fb47151894a6db3ce0ae045e26 (patch) | |
| tree | 93b4a43ccfde5b0e7b3582ea176ca0b961cdb12f /src/libac3/downmix.h | |
| parent | 62386077f664574c0c2193bf0a9b408c1d55ee1a (diff) | |
| download | xine-lib-e0dafdff5dc592fb47151894a6db3ce0ae045e26.tar.gz xine-lib-e0dafdff5dc592fb47151894a6db3ce0ae045e26.tar.bz2 | |
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
Diffstat (limited to 'src/libac3/downmix.h')
| -rw-r--r-- | src/libac3/downmix.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
