From 888c69e19c8e9ba7ab211637b80bb01279e7b718 Mon Sep 17 00:00:00 2001 From: sunghee-hwang <97494915+sunghee-hwang@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:49:41 +0900 Subject: [PATCH 1/2] Fix #851, Move up a new paragraph the sentence about the additional profile in base-enhanced profile --- index.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 3a25850f..f000ba86 100644 --- a/index.bs +++ b/index.bs @@ -1945,7 +1945,8 @@ This section specifies the conformance points of the base-enhanced profile. When the [=primary_profile=] field is set to 2, the following constraints apply to the [=IA Sequence=]: - There SHALL be at least one [=Mix Presentation OBU=] for at most 28 [=Audio Element=]s that parsers complying with the base-enhanced profile recognize. -- If [=additional_profile=] is set to less than or equal to 2, there SHALL be at most 28 channels in total across all [=Audio Element=]s in the [=IA Sequence=] that parsers complying with the base-enhanced profile can recognize. Otherwise, there MAY be more than 28 channels or 28 [=Audio Element=]s in the [=IA Sequence=]. + +If the [=additional_profile=] is set to 2, there SHALL be at most 28 channels in total across all [=Audio Element=]s in the [=IA Sequence=] that parsers complying with the base-enhanced profile can recognize. Else if the [=additional_profile=] is set to greater than 2, there MAY be more than 28 channels or 28 [=Audio Element=]s in the [=IA Sequence=]. Capabilities of the IA parser, decoder, and processor: - They SHALL be able to support the capabilities of the [[#profiles-base|Base Profile]]. From a03a6f1b33df97fe066c7a18977927460116f12c Mon Sep 17 00:00:00 2001 From: sunghee-hwang <97494915+sunghee-hwang@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:22:10 +0900 Subject: [PATCH 2/2] To reflect reviewer's comment. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index f000ba86..91601a23 100644 --- a/index.bs +++ b/index.bs @@ -1946,7 +1946,7 @@ This section specifies the conformance points of the base-enhanced profile. When the [=primary_profile=] field is set to 2, the following constraints apply to the [=IA Sequence=]: - There SHALL be at least one [=Mix Presentation OBU=] for at most 28 [=Audio Element=]s that parsers complying with the base-enhanced profile recognize. -If the [=additional_profile=] is set to 2, there SHALL be at most 28 channels in total across all [=Audio Element=]s in the [=IA Sequence=] that parsers complying with the base-enhanced profile can recognize. Else if the [=additional_profile=] is set to greater than 2, there MAY be more than 28 channels or 28 [=Audio Element=]s in the [=IA Sequence=]. +If the [=additional_profile=] is set to 2 and the [=primary_profile=] is set to less than or equal to 2, there SHALL be at most 28 channels in total across all [=Audio Element=]s in the [=IA Sequence=] that parsers complying with the base-enhanced profile can recognize. Capabilities of the IA parser, decoder, and processor: - They SHALL be able to support the capabilities of the [[#profiles-base|Base Profile]].