[cmp] update Bled to latest

* This should increase the write speed when writing compressed images...
This commit is contained in:
Pete Batard 2020-02-04 12:09:47 +00:00
parent 177c85c4fe
commit 50d119ba0b
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
7 changed files with 21 additions and 24 deletions

View file

@ -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' */