Skip to content

Commit

Permalink
Merge pull request #861 from AOMediaCodec/sunghee-hwang-patch-1
Browse files Browse the repository at this point in the history
Fix #860, num_layers -> num_layouts
  • Loading branch information
sunghee-hwang authored Aug 14, 2024
2 parents 73d9ae6 + 38bc83e commit 1525c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3258,7 +3258,7 @@ The [=Mix Presentation OBU=] for one single channel-based [=Audio Element=] is s
- [=loudness_layout=]: set to L(1), L(2), ..., L(N), where L(i) is the measured layout for the i-th layer and i = 1, 2, ..., N.
- [=LoudnessInfo()=] for L(1), [=LoudnessInfo()=] for L(2), ..., [=LoudnessInfo()=] for L(N): loudness information of the audio rendered to to the measured layout L(i).

NOTE: If the input channel layouts do not include Stereo, then [=num_layers=] is set to N + 1 and the [=loudness_layout=]s includes Stereo.
NOTE: If the input channel layouts do not include Stereo, then [=num_layouts=] is set to N + 1 and the [=loudness_layout=]s includes Stereo.


The [=Mix Presentation OBU=] for one single scene-based [=Audio Element=] is set as follows:
Expand Down

0 comments on commit 1525c59

Please sign in to comment.