python and C++ AVIF enums [#116]

This commit is contained in:
Brandon Liu
2023-06-23 11:07:18 +08:00
parent 56f5a7c179
commit 3d1517a73a
3 changed files with 4 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ const uint8_t TILETYPE_MVT = 0x1;
const uint8_t TILETYPE_PNG = 0x2;
const uint8_t TILETYPE_JPEG = 0x3;
const uint8_t TILETYPE_WEBP = 0x4;
const uint8_t TILETYPE_AVIF = 0x5;
const uint8_t COMPRESSION_UNKNOWN = 0x0;
const uint8_t COMPRESSION_NONE = 0x1;