diff --git a/doc/bzip3_format.md b/doc/bzip3_format.md index 909644f..be71703 100644 --- a/doc/bzip3_format.md +++ b/doc/bzip3_format.md @@ -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) \ No newline at end of file +- [BZip3 Pattern for ImHex](https://github.com/WerWolv/ImHex-Patterns/pull/329)