Add comment

This commit is contained in:
igor725 2024-05-20 19:10:30 +03:00
parent 193f509c35
commit b171dc7517
No known key found for this signature in database
GPG Key ID: 46F13BBE46F8569D

View File

@ -182,6 +182,7 @@ int32_t parseRiffWave(funcReadBuf_t readFunc, funcSeekBuf_t seekFunc, void* user
return Ok;
}
// Output channel layout for everything >2.0 seems to be invalid, we need to rearrange those
AVChannelLayout convChannelLayout(SceNgs2ChannelsCount count) {
LOG_USE_MODULE(libSceNgs2);
switch (count) {
@ -222,4 +223,4 @@ uint32_t getSampleBytes(SceNgs2WaveFormType type) {
default: break;
}
return 2;
}
}