Ticket #54699: patch-rendutil.cpp.diff
File patch-rendutil.cpp.diff, 388 bytes (added by mf2k (Frank Schima), 7 years ago) |
---|
-
src/emu/rendutil.cpp
old new 576 576 jpeg_mem_src(&cinfo, jpg_buffer.get(), jpg_size); 577 577 578 578 // read JPEG header and start decompression 579 jpeg_read_header(&cinfo, true);579 jpeg_read_header(&cinfo, TRUE); 580 580 jpeg_start_decompress(&cinfo); 581 581 582 582 // allocates the destination bitmap