From 288b65a1fd6bcb1908a31c0a3e18ce7b6bf53a89 Mon Sep 17 00:00:00 2001 From: yzrh Date: Sun, 25 Dec 2022 01:26:05 +0000 Subject: Handle different JPEG colour component. Signed-off-by: yzrh --- src/jpeg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jpeg.h') diff --git a/src/jpeg.h b/src/jpeg.h index db35d94..1f5caa7 100644 --- a/src/jpeg.h +++ b/src/jpeg.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 2020-2021, yzrh + * Copyright (c) 2020-2022, yzrh * * SPDX-License-Identifier: Apache-2.0 */ -int strinfo_jpeg_dim(int *jpeg_width, int *jpeg_height, +int strinfo_jpeg_dim(int *jpeg_width, int *jpeg_height, int *jpeg_components, const char * restrict data, int data_size); -- cgit v1.2.3