mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Add a clarifying comment.
This commit is contained in:
+2
-1
@@ -42312,7 +42312,8 @@ MA_API void ma_get_standard_channel_map(ma_standard_channel_map standardChannelM
|
|||||||
ma_get_standard_channel_map_sndio(channels, pChannelMap);
|
ma_get_standard_channel_map_sndio(channels, pChannelMap);
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
case ma_standard_channel_map_microsoft:
|
case ma_standard_channel_map_microsoft: /* Also default. */
|
||||||
|
/*case ma_standard_channel_map_default;*/
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
ma_get_standard_channel_map_microsoft(channels, pChannelMap);
|
ma_get_standard_channel_map_microsoft(channels, pChannelMap);
|
||||||
|
|||||||
Reference in New Issue
Block a user