commit 1ca8c575b90c0eb2bdde134127402fd2eaa948e2
parent 42d5c80e40ba36f1accd92ff26349ca42f806fdb
Author: rexim <reximkut@gmail.com>
Date: Sun, 18 Jul 2021 15:24:34 +0700
Disable stb TODOs for snitch
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/stb_image.h b/src/stb_image.h
@@ -1213,7 +1213,7 @@ static unsigned char *stbi__load_and_postprocess_8bit(stbi__context *s, int *x,
ri.bits_per_channel = 8;
}
- // @TODO: move stbi__convert_format to here
+ // @todo: move stbi__convert_format to here
if (stbi__vertically_flip_on_load) {
int channels = req_comp ? req_comp : *comp;
@@ -1239,8 +1239,8 @@ static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, int *x,
ri.bits_per_channel = 16;
}
- // @TODO: move stbi__convert_format16 to here
- // @TODO: special case RGB-to-Y (and RGBA-to-YA) for 8-bit-to-16-bit case to keep more precision
+ // @todo: move stbi__convert_format16 to here
+ // @todo: special case RGB-to-Y (and RGBA-to-YA) for 8-bit-to-16-bit case to keep more precision
if (stbi__vertically_flip_on_load) {
int channels = req_comp ? req_comp : *comp;