fix orthographic typo

Change-Id: I4f62e9c125ef3bc1ab75871e6725551f1c89f5e8
This commit is contained in:
Pascal Massimino 2012-05-22 13:20:57 -07:00
parent 489ec335a1
commit 27f417ab66

View File

@ -28,7 +28,7 @@ int QuantizeLevels(uint8_t* data, int width, int height, int num_levels,
float* mse);
// 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, ...).
int DequantizeLevels(uint8_t* data, int width, int height);