diff options
-rw-r--r-- | src/cubeb_mixer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cubeb_mixer.cpp b/src/cubeb_mixer.cpp index 74bab71..7f87571 100644 --- a/src/cubeb_mixer.cpp +++ b/src/cubeb_mixer.cpp @@ -183,7 +183,7 @@ MixerContext::auto_matrix() { double matrix[NUM_NAMED_CHANNELS][NUM_NAMED_CHANNELS] = {{0}}; double maxcoef = 0; - float maxval; + double maxval; cubeb_channel_layout in_ch_layout = clean_layout(_in_ch_layout); cubeb_channel_layout out_ch_layout = clean_layout(_out_ch_layout); |