mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-15 17:18:23 +01:00
add missing \n
Change-Id: I0c9236bbeef5868629d4dc02e3fae6e79ca55949
This commit is contained in:
parent
8304179aff
commit
ab8c2300b6
@ -174,6 +174,7 @@ static void ConvertARGBToY(const uint32_t* argb, uint8_t* y, int width) {
|
|||||||
YUV_HALF);
|
YUV_HALF);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ConvertARGBToUV(const uint32_t* argb, uint8_t* u, uint8_t* v,
|
static void ConvertARGBToUV(const uint32_t* argb, uint8_t* u, uint8_t* v,
|
||||||
int src_width, int do_store) {
|
int src_width, int do_store) {
|
||||||
// No rounding. Last pixel is dealt with separately.
|
// No rounding. Last pixel is dealt with separately.
|
||||||
|
Loading…
Reference in New Issue
Block a user