mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 18:35:41 +01:00 
			
		
		
		
	enc/vp8l.c: fix indent
reindent after ca00502
Change-Id: I8c88dbc11dc96c117531b17682b764a235ef23bb
			
			
This commit is contained in:
		| @@ -915,11 +915,11 @@ static WebPEncodingError EncodeImageInternal(VP8LBitWriter* const bw, | ||||
| // Transforms | ||||
|  | ||||
| static void ApplySubtractGreen(VP8LEncoder* const enc, int width, int height, | ||||
|                                                    VP8LBitWriter* const bw) { | ||||
|       VP8LWriteBits(bw, 1, TRANSFORM_PRESENT); | ||||
|       VP8LWriteBits(bw, 2, SUBTRACT_GREEN); | ||||
|       VP8LSubtractGreenFromBlueAndRed(enc->argb_, width * height); | ||||
|     } | ||||
|                                VP8LBitWriter* const bw) { | ||||
|   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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user