kornelski / avif-serialize

Minimal pure Rust AVIF writer (bring your own AV1 payload)
https://lib.rs/avif-serialize
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Mark av1C properties as essential #5

Closed wantehchang closed 2 years ago

wantehchang commented 2 years ago

AVIF specification v1.0.0 Section 2.2.1. AV1 Item Configuration Property says: This property shall be marked as essential.

The "shall" has been relaxed to a "should" in the current draft of the next version of the AVIF specification: This property should be marked as essential.

Also bump the version to 0.7.5.

kornelski commented 2 years ago

Thanks