On Fri, May 20, 2016 at 03:26:32PM +, Zheng Bao wrote:
> Current JPEG decoding uses the RGB888 or RGB565. So we need to skip
> RGB555 mode.
Thanks. I updated the indentation and committed this patch.
-Kevin
___
SeaBIOS mailing list
SeaBIOS@seabios
Current JPEG decoding uses the RGB888 or RGB565. So we need to skip
RGB555 mode.
Signed-off-by: Zheng Bao
---
src/bootsplash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bootsplash.c b/src/bootsplash.c
index c572685..d6990fc 100644
--- a/src/bootsplash.c
+++ b/src/bo
Current JPEG decoding uses the RGB666 or RGB565. So we need to skip
RGB555 mode.
Signed-off-by: Zheng Bao
---
src/bootsplash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bootsplash.c b/src/bootsplash.c
index c572685..d6990fc 100644
--- a/src/bootsplash.c
+++ b/src/bo