mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
lossless: SUBTRACT_GREEN -> SUBTRACT_GREEN_TRANSFORM
this makes the name of the TransformType enum value match the other members Bug: webp:448 Change-Id: I85b2f615f97b40fc6d544197cccfb7189dcf4fc0
This commit is contained in:
@ -217,7 +217,7 @@ type. There are four types of transforms.
|
||||
enum TransformType {
|
||||
PREDICTOR_TRANSFORM = 0,
|
||||
COLOR_TRANSFORM = 1,
|
||||
SUBTRACT_GREEN = 2,
|
||||
SUBTRACT_GREEN_TRANSFORM = 2,
|
||||
COLOR_INDEXING_TRANSFORM = 3,
|
||||
};
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
Reference in New Issue
Block a user