mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-27 15:12:54 +01:00
enc/vp8l.c: fix indent
reindent after ca00502 Change-Id: I8c88dbc11dc96c117531b17682b764a235ef23bb
This commit is contained in:
parent
ca00502788
commit
aca1b98f52
@ -919,7 +919,7 @@ static void ApplySubtractGreen(VP8LEncoder* const enc, int width, int height,
|
||||
VP8LWriteBits(bw, 1, TRANSFORM_PRESENT);
|
||||
VP8LWriteBits(bw, 2, SUBTRACT_GREEN);
|
||||
VP8LSubtractGreenFromBlueAndRed(enc->argb_, width * height);
|
||||
}
|
||||
}
|
||||
|
||||
static WebPEncodingError ApplyPredictFilter(const VP8LEncoder* const enc,
|
||||
int width, int height, int quality,
|
||||
|
Loading…
x
Reference in New Issue
Block a user