summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/libjpeg/pixelformat.p
blob: 5427d86ef3c06c6164a9323c1569532ca3a931ac (plain)
1
2
3
4
5
6
7
8
9
10
11
--- jmorecfg.h.orig	2012-08-10 17:23:41.521295445 +0100
+++ jmorecfg.h	2012-08-10 17:22:25.105291584 +0100
@@ -322,7 +322,7 @@
 #define RGB_RED		0	/* Offset of Red in an RGB scanline element */
 #define RGB_GREEN	1	/* Offset of Green */
 #define RGB_BLUE	2	/* Offset of Blue */
-#define RGB_PIXELSIZE	3	/* JSAMPLEs per RGB scanline element */
+#define RGB_PIXELSIZE	4	/* JSAMPLEs per RGB scanline element */
 
 
 /* Definitions for speed-related optimizations. */