mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 08:23:56 +01:00
modules/media: Disable compression for blocks.
This commit is contained in:
parent
60dd8c0eea
commit
339940ddfc
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@ media_blocks_descriptor
|
|||
|
||||
// block_size
|
||||
32_KiB,
|
||||
|
||||
// meta block size
|
||||
512,
|
||||
|
||||
// compression
|
||||
""s // no compression
|
||||
};
|
||||
|
||||
decltype(media_description)
|
||||
|
|
Loading…
Reference in a new issue