Skip to content

Commit

Permalink
Merge pull request #45 from esc/fix_readme
Browse files Browse the repository at this point in the history
fix codec enumeration (in README)
  • Loading branch information
FrancescAlted committed Feb 2, 2014
2 parents 45f8a95 + 7ad46ce commit 7c16dac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README_HEADER.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All entries are little endian.
:version:
(``uint8``) Blosc format version.
:versionlz:
(``uint8``) Blosclz format version (internal Lempel-Ziv algorithm).
(``uint8``) Version of the internal compressor used.
:flags and compressor enumeration:
(``bitfield``) The flags of the buffer

Expand All @@ -47,12 +47,10 @@ All entries are little endian.
:``0``:
``blosclz``
:``1``:
``lz4``
``lz4`` or ``lz4hc``
:``2``:
``lz4hc``
:``3``:
``snappy``
:``4``:
:``3``:
``zlib``

:typesize:
Expand Down

0 comments on commit 7c16dac

Please sign in to comment.