mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
DequantizeLevels(): Add 'row' and 'num_rows' args
Change-Id: I0032e25c30f34362105d942f2dbb9ac75200f911
This commit is contained in:
@ -78,7 +78,7 @@ static int DecodeAlpha(const uint8_t* data, size_t data_size,
|
||||
unfilter_func(width, height, width, 0, height, output);
|
||||
}
|
||||
if (pre_processing == ALPHA_PREPROCESSED_LEVELS) {
|
||||
ok = DequantizeLevels(output, width, height);
|
||||
ok = DequantizeLevels(output, width, height, 0, height);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user