Skip to content

Commit

Permalink
update filter names
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos authored Dec 14, 2024
1 parent 9c41ec7 commit b8d9257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/bzip3_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ struct Block {

The `model` byte in regular blocks indicates which compression features were used:

- `0x02`: LZP (Longest Previous Pattern) compression
- `0x04`: RLE (Run-Length Encoding) compression
- `0x02`: LZP (Lempel Ziv Prediction) filter
- `0x04`: RLE (Run-Length Encoding) filter

## External Resources

- [BZip3 Pattern for ImHex](https://github.com/WerWolv/ImHex-Patterns/pull/329)
- [BZip3 Pattern for ImHex](https://github.com/WerWolv/ImHex-Patterns/pull/329)

0 comments on commit b8d9257

Please sign in to comment.