Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Print unprintable item->type in diagnostic message
In avifDecoderGenerateImageGridTiles(), replace unprintable characters in item->type with '.' and also print the hex values of item->type in parentheses. For example, if item->type is four NUL characters ('\0'), avifdec prints the following diagnostic message: Before: Diagnostics: * Tile item ID 5 has an unknown item type '' After: Diagnostics: * Tile item ID 5 has an unknown item type '....' (0000 0000)
- Loading branch information