Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
osagie98 committed Oct 18, 2024
1 parent 76a242c commit b47672e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/base/starboard_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ SbMediaAudioStreamInfo MediaAudioConfigToSbMediaAudioStreamInfo(
#if SB_API_VERSION >= 15
if (audio_stream_info.codec == kSbMediaAudioCodecIamf) {
// IAMF mixes audio signals to the highest available speaker layout.
// TODO: Handle this logic below Starboard.
// TODO: Set the number of channels below Starboard.
audio_stream_info.number_of_channels = GetMaxChannelCount();
}
#endif // SB_API_VERSION >= 15
Expand Down

0 comments on commit b47672e

Please sign in to comment.