aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_mixer.h
diff options
context:
space:
mode:
authorChun-Min Chang <[email protected]>2017-02-21 16:39:49 +0800
committerAlex Chronopoulos <[email protected]>2017-03-15 13:09:32 +0100
commit1f9bf2c91f9bac60cb0bb238e0a4c948952f2e30 (patch)
treefac11e30252784f79cf17a7618c8d476fdfb267a /src/cubeb_mixer.h
parent4b43b0e4e7d94e862b2b6846079fc9dd2cdf67f9 (diff)
downloadcubeb-1f9bf2c91f9bac60cb0bb238e0a4c948952f2e30.tar.gz
cubeb-1f9bf2c91f9bac60cb0bb238e0a4c948952f2e30.zip
Allow same buffer for input and output of downmix_3f2
Diffstat (limited to 'src/cubeb_mixer.h')
-rw-r--r--src/cubeb_mixer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cubeb_mixer.h b/src/cubeb_mixer.h
index 9957584..377b0c8 100644
--- a/src/cubeb_mixer.h
+++ b/src/cubeb_mixer.h
@@ -74,12 +74,6 @@ void cubeb_downmix_short(short * const in, long inframes, short * out,
void cubeb_upmix_float(float * const in, long inframes, float * out,
unsigned int in_channels, unsigned int out_channels);
-bool mix_remap_float(float const * const in, unsigned long inframes, float * out,
- cubeb_channel_layout in_layout, cubeb_channel_layout out_layout);
-
-bool mix_remap_short(short const * const in, unsigned long inframes, short * out,
- cubeb_channel_layout in_layout, cubeb_channel_layout out_layout);
-
#if defined(__cplusplus)
}
#endif