From 406375511f9aac22798e456e86f28096ea8a0cb8 Mon Sep 17 00:00:00 2001 From: leo-barnes Date: Tue, 21 Jan 2025 08:28:36 +0100 Subject: [PATCH] Make asserts between profiles unique (#300) * Make asserts between profiles unique * Add to list of changes --- index.bs | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/index.bs b/index.bs index 82b1833..7c9e0fa 100755 --- a/index.bs +++ b/index.bs @@ -766,13 +766,13 @@ This section defines the MIAF AV1 Baseline profile of [[!HEIF]], specifically fo If the brand '[=MA1B=]' is in the [=FileTypeBox=], the common constraints in the section [[#brands]] shall apply. The following shared conditions and requirements from [[!MIAF]] shall apply: - - [=self-containment=] (subclause 8.2) + - [=self-containment=] (subclause 8.2) The following shared conditions and requirements from [[!MIAF]] should apply: - - [=grid-limit=] (subclause 8.4) - - [=single-track=] (subclause 8.5) - - [=edit-lists=] (subclause 8.6) - - [=matched-duration=] (subclause 8.7) + - [=grid-limit=] (subclause 8.4) + - [=single-track=] (subclause 8.5) + - [=edit-lists=] (subclause 8.6) + - [=matched-duration=] (subclause 8.7) The following additional constraints apply to all [=AV1 Image Items=] and all [=AV1 Image Sequences=]: - The AV1 profile shall be the Main Profile and the level shall be 5.1 or lower. @@ -802,13 +802,13 @@ This section defines the MIAF AV1 Advanced profile of [[!HEIF]], specifically fo If the brand '[=MA1A=]' is in the [=FileTypeBox=], the common constraints in the section [[#brands]] shall apply. The following shared conditions and requirements from [[!MIAF]] shall apply: - - [=self-containment=] (subclause 8.2) + - [=self-containment=] (subclause 8.2) The following shared conditions and requirements from [[!MIAF]] should apply: - - [=grid-limit=] (subclause 8.4) - - [=single-track=] (subclause 8.5) - - [=edit-lists=] (subclause 8.6) - - [=matched-duration=] (subclause 8.7) + - [=grid-limit=] (subclause 8.4) + - [=single-track=] (subclause 8.5) + - [=edit-lists=] (subclause 8.6) + - [=matched-duration=] (subclause 8.7) The following additional constraints apply to all [=AV1 Image Items=]: - The AV1 profile shall be the High Profile and the level shall be 6.0 or lower. @@ -1327,6 +1327,7 @@ The "Version(s)" column in the following table lists the version(s) of the boxes - Remove mentions of ftyp compatible_brands - Remove avio brand recommendation - EDITORIAL: Fix broken lines in Sample Transform examples + - EDITORIAL: Make assert IDs between profiles unique

Appendix A: (informative) Sample Transform Derived Image Item Examples