Merge pull request #844 from bernd-herzog/reduce_image_size_lz4

Reduce image size lz4
This commit is contained in:
gullradriel
2023-03-28 07:35:51 +02:00
committed by GitHub
12 changed files with 151 additions and 34 deletions

View File

@@ -114,6 +114,7 @@ constexpr image_tag_t image_tag_hackrf { 'H', 'R', 'F', '1' };
struct chunk_t {
const image_tag_t tag;
const uint32_t length;
const uint32_t compressed_data_size;
const uint8_t data[];
const chunk_t* next() const {