Commit 6e7fd39a authored by Denis Charmet's avatar Denis Charmet

Use the proper type when reordering channels

parent e074efe5
...@@ -302,7 +302,7 @@ do { \ ...@@ -302,7 +302,7 @@ do { \
\ \
for( size_t i = 0; i < frames; i++ ) \ for( size_t i = 0; i < frames; i++ ) \
{ \ { \
float tmp[AOUT_CHAN_MAX]; \ type tmp[AOUT_CHAN_MAX]; \
\ \
for( size_t j = 0; j < channels; j++ ) \ for( size_t j = 0; j < channels; j++ ) \
tmp[chans_table[j]] = buf[j]; \ tmp[chans_table[j]] = buf[j]; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment