commit | 3db21640519541141137166ce55627cf76e1974b | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Feb 16 20:43:39 2010 -0800 |
committer | Mathias Agopian <mathias@google.com> | Tue Feb 16 20:43:39 2010 -0800 |
tree | 48af75f7a13cedb2967007296c510ee312be5134 | |
parent | 40cece49ddf328ceadd8c3cc2503ac500fba7552 [diff] [blame] |
fix a bug I introduced recently where YUV formats would crash the system
diff --git a/include/ui/PixelFormat.h b/include/ui/PixelFormat.h index 607155c..f46f25c 100644 --- a/include/ui/PixelFormat.h +++ b/include/ui/PixelFormat.h
@@ -90,7 +90,8 @@ RGB = 2, RGBA = 3, LUMINANCE = 4, - LUMINANCE_ALPHA = 5 + LUMINANCE_ALPHA = 5, + OTHER = 0xFF }; struct szinfo {