turbojpeg.h: Make customFilter() proto match doc

Closes #704
This commit is contained in:
DRC
2023-06-30 10:15:40 -04:00
parent 240a5a5cbb
commit 4a831d6e48
6 changed files with 12 additions and 12 deletions

View File

@@ -1004,8 +1004,8 @@ typedef struct tjtransform {
* @return 0 if the callback was successful, or -1 if an error occurred.
*/
int (*customFilter) (short *coeffs, tjregion arrayRegion,
tjregion planeRegion, int componentIndex,
int transformIndex, struct tjtransform *transform);
tjregion planeRegion, int componentID, int transformID,
struct tjtransform *transform);
} tjtransform;
/**