aboutsummaryrefslogtreecommitdiffstats
path: root/src/jpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jpeg.h')
-rw-r--r--src/jpeg.h4
1 files changed, 2 insertions, 2 deletions
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 <yzrh@noema.org>
+ * Copyright (c) 2020-2022, yzrh <yzrh@noema.org>
*
* 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);