| Index: third_party/libjpeg_turbo/jpeglib.h
|
| ===================================================================
|
| --- third_party/libjpeg_turbo/jpeglib.h (revision 69212)
|
| +++ third_party/libjpeg_turbo/jpeglib.h (working copy)
|
| @@ -227,7 +227,8 @@
|
| JCS_EXT_BGR, /* blue/green/red */
|
| JCS_EXT_BGRX, /* blue/green/red/x */
|
| JCS_EXT_XBGR, /* x/blue/green/red */
|
| - JCS_EXT_XRGB /* x/red/green/blue */
|
| + JCS_EXT_XRGB, /* x/red/green/blue */
|
| + JCS_EXT_BGRA, /* blue/green/red/alpha */
|
| } J_COLOR_SPACE;
|
|
|
| /* DCT/IDCT algorithm options. */
|
|
|