Merge pull request #5374 from radarhere/static

Changed quantize and quantize2 to static
This commit is contained in:
Hugo van Kemenade 2021-04-19 17:58:35 +03:00 committed by GitHub
commit 9e73f7a324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1243,7 +1243,7 @@ error_1:
return 0;
}
int
static int
quantize(
Pixel *pixelData,
uint32_t nPixels,
@ -1511,7 +1511,7 @@ compute_distances(const HashTable *h, const Pixel pixel, uint32_t *dist, void *u
}
}
int
static int
quantize2(
Pixel *pixelData,
uint32_t nPixels,