We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61261a3 commit 2e39c4eCopy full SHA for 2e39c4e
src/utils/jpeg_reader.c
@@ -3,7 +3,7 @@
3
* @author Martin Pulec <[email protected]>
4
*/
5
/*
6
- * Copyright (c) 2018-2024 CESNET, z. s. p. o.
+ * Copyright (c) 2018-2025 CESNET
7
* All rights reserved.
8
*
9
* Redistribution and use in source and binary forms, with or without
@@ -289,7 +289,7 @@ color_space_get_name(enum jpeg_color_spec color_space)
289
case JPEG_COLOR_SPEC_RGB:
290
return "RGB";
291
case JPEG_COLOR_SPEC_YCBCR_601:
292
- return "YCbCr BT.601 (limtted range)";
+ return "YCbCr BT.601 (limitted range)";
293
case JPEG_COLOR_SPEC_YCBCR_JPEG:
294
return "YCbCr BT.601 256 Levels (YCbCr JPEG)";
295
case JPEG_COLOR_SPEC_YCBCR_709:
0 commit comments