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:
James Zern
2022-11-21 10:51:14 -08:00
parent 786497e48a
commit f853685e13
5 changed files with 5 additions and 5 deletions

View File

@ -1336,7 +1336,7 @@ static int ReadTransform(int* const xsize, int const* ysize,
ok = ok && ExpandColorMap(num_colors, transform);
break;
}
case SUBTRACT_GREEN:
case SUBTRACT_GREEN_TRANSFORM:
break;
default:
assert(0); // can't happen