Update compression authored by Nico Bendlin's avatar Nico Bendlin
Transparent stream compression is always optional. Compressed data is recognized by the four-byte magic value `1 76 79 66`. Compressed data is recognized by the four-byte magic value `1 76 79 66`.
```c ```c
struct { struct {
...@@ -13,6 +13,9 @@ struct { ...@@ -13,6 +13,9 @@ struct {
}; };
``` ```
Besides the [`Layouts.amb`](Amberfiles/Layouts) items, file/stream compression is transparent and optional.
Stream format Stream format
============= =============
... ...
......