Remove reader requirement in mini reconstruction (#2839)
diff --git a/src/read.c b/src/read.c index a6b5ce4..77c6ed4 100644 --- a/src/read.c +++ b/src/read.c
@@ -4598,8 +4598,6 @@ AVIF_ASSERT_OR_RETURN(meta->properties.count == 29); // ISO/IEC 23008-12 Section 6.5.1: - // Readers shall allow and ignore descriptive properties following the first transformative or unrecognized - // property, whichever is earlier, in the sequence associating properties with an item. // Writers should arrange the descriptive properties specified in 6.5 prior to any other properties in the // sequence associating properties with an item. //