mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-27 10:26:19 +03:00
Changed quantize and quantize2 to static
This commit is contained in:
parent
fe668716ed
commit
65cdc21105
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user