Skip to content

Commit feda79c

Browse files
committed
Remove unnecessary repeated text
1 parent 04c9836 commit feda79c

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

LZ4/LZ4_HDF5_format.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,3 @@ The size of the data field stored in big endian signed 32 bit format.
4343

4444
If this value is equal to the known decompressed size of the block, the data is stored
4545
not compressed. Otherwise, the data is in the [LZ4 Block](https://github.com/lz4/lz4/blob/v1.10.0/doc/lz4_Block_format.md) format.
46-
47-
## Encoder choice
48-
49-
The on-disk format above is independent of the encoder the writer used.
50-
The plugin's `cd_values[1]` selects between `LZ4_compress_default`
51-
(value `0`, the default), `LZ4_compress_HC` (positive value, HC level),
52-
and accelerated `LZ4_compress_fast` (negative value, acceleration =
53-
`-cd_values[1]`). All three produce LZ4 Block payloads that the same
54-
`LZ4_decompress_safe` path reads, so files written with any encoder
55-
choice are bitstream-compatible with readers that only know the default.

0 commit comments

Comments
 (0)