Probe HPET existence
[seabios.git] / src / bootsplash.c
index 51f4f4f6f08fdbf441418867c62afd2905f43564..9c33b805de10e73a6541797b2aa64beb40f18c3c 100644 (file)
@@ -256,7 +256,8 @@ enable_bootsplash(void)
 
     if (type == 0) {
         dprintf(5, "Decompressing bootsplash.jpg\n");
-        ret = jpeg_show(jpeg, picture, width, height, depth);
+        ret = jpeg_show(jpeg, picture, width, height, depth,
+                            mode_info->bytes_per_scanline);
         if (ret) {
             dprintf(1, "jpeg_show failed with return code %d...\n", ret);
             goto done;