Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: third_party/libjpeg_turbo/jpeglib.h

Issue 5862001: Integrate premultiply/unpremultiply operations into libjpeg-turbo.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/libjpeg_turbo/simd/jcclrss2.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. */
« no previous file with comments | « no previous file | third_party/libjpeg_turbo/simd/jcclrss2.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698