pub const FLAG_META_EMBEDDED: u8 = _; // 16u8Expand description
Flag bit 4: transform metadata is embedded inside the compressed stream.
When set, transform_metadata_len in the header is 0 (no separate metadata).
The decompressed stream starts with meta_len:u32 LE + raw metadata + preprocessed data.