mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[cmp] update Bled to latest
* This should increase the write speed when writing compressed images...
This commit is contained in:
parent
177c85c4fe
commit
50d119ba0b
7 changed files with 21 additions and 24 deletions
|
@ -29,10 +29,10 @@
|
|||
|
||||
|
||||
/* Default input buffer size */
|
||||
#define IBUFSIZ 2048
|
||||
#define IBUFSIZ BB_BUFSIZE
|
||||
|
||||
/* Default output buffer size */
|
||||
#define OBUFSIZ 2048
|
||||
#define OBUFSIZ BB_BUFSIZE
|
||||
|
||||
/* Defines for third byte of header */
|
||||
#define BIT_MASK 0x1f /* Mask for 'number of compresssion bits' */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue