Skip to content

Commit

Permalink
merge code
Browse files Browse the repository at this point in the history
  • Loading branch information
yilun-zhangs authored and tdaede committed Sep 3, 2024
1 parent 9461eca commit 31de554
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/test/tools/iamfdec/src/test_iamfdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,9 @@ static int bs_input_wav_output(PlayerArgs *pas) {
if (layout->type == 2) {
IAMF_decoder_output_layout_set_sound_system(dec, layout->ss);
channels = IAMF_layout_sound_system_channels_count(layout->ss);
const char *letter[] = {"A", "B", "C", "D", "E", "F", "G",
"H", "I", "J", "EXT 712", "EXT 312", "MONO"};
const char *letter[] = {"A", "B", "C", "D", "E",
"F", "G", "H", "I", "J",
"EXT 712", "EXT 312", "MONO", "EXT 916"};

fprintf(stdout, "Sound system %s has %d channels\n", letter[layout->ss],
channels);
Expand Down

0 comments on commit 31de554

Please sign in to comment.