| commit | 3ce7b71d9edb55fb28ada7d17b6068a4716c3ea8 | [log] [tgz] |
|---|---|---|
| author | Wan-Teh Chang <wtc@google.com> | Thu Sep 04 11:00:18 2025 -0700 |
| committer | Wan-Teh Chang <wtc@google.com> | Thu Sep 04 11:32:53 2025 -0700 |
| tree | 9a29cc768089fa85d7e30a0951ad6e9e1aea8c05 | |
| parent | c20adec5fdcbe58d650ee02860ef8bf61deb5cfe [diff] |
Fix misspelling "Invaid" to "Invalid"
diff --git a/src/obu.c b/src/obu.c index 23539a6..497d7bb 100644 --- a/src/obu.c +++ b/src/obu.c
@@ -442,7 +442,7 @@ if (csp_present_flag) { chromaSamplePosition = avifBitsRead(bits, 3); if (chromaSamplePosition > 5) { - // Invaid chroma_sample_position. + // Invalid chroma_sample_position. return AVIF_FALSE; } }