mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-11 11:26:47 +02:00
fix orthographic typo
Change-Id: I4f62e9c125ef3bc1ab75871e6725551f1c89f5e8
This commit is contained in:
parent
489ec335a1
commit
27f417ab66
@ -28,7 +28,7 @@ int QuantizeLevels(uint8_t* data, int width, int height, int num_levels,
|
|||||||
float* mse);
|
float* mse);
|
||||||
|
|
||||||
// Apply post-processing to input 'data' of size 'width'x'height' assuming
|
// Apply post-processing to input 'data' of size 'width'x'height' assuming
|
||||||
// source what quantized to a reduced number of levels.
|
// that the source was quantized to a reduced number of levels.
|
||||||
// Returns false in case of error (data is NULL, invalid parameters, ...).
|
// Returns false in case of error (data is NULL, invalid parameters, ...).
|
||||||
int DequantizeLevels(uint8_t* data, int width, int height);
|
int DequantizeLevels(uint8_t* data, int width, int height);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user