diff options
| author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2025-07-05 00:00:00 +0000 |
|---|---|---|
| committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2025-07-05 19:27:33 +0500 |
| commit | 395149956d696e6e3099d8b76d797437f94a6942 (patch) | |
| tree | 6ed5013a637078ae2dfdc4acf1ad93bf29cea356 /C/XzEnc.h | |
| parent | e5431fa6f5505e385c6f9367260717e9c47dc2ee (diff) | |
| download | 7zip-25.00.tar.gz 7zip-25.00.tar.bz2 7zip-25.00.zip | |
25.0025.00
Diffstat (limited to 'C/XzEnc.h')
| -rw-r--r-- | C/XzEnc.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* XzEnc.h -- Xz Encode | 1 | /* XzEnc.h -- Xz Encode |
| 2 | 2023-04-13 : Igor Pavlov : Public domain */ | 2 | : Igor Pavlov : Public domain */ |
| 3 | 3 | ||
| 4 | #ifndef ZIP7_INC_XZ_ENC_H | 4 | #ifndef ZIP7_INC_XZ_ENC_H |
| 5 | #define ZIP7_INC_XZ_ENC_H | 5 | #define ZIP7_INC_XZ_ENC_H |
| @@ -31,6 +31,7 @@ typedef struct | |||
| 31 | CLzma2EncProps lzma2Props; | 31 | CLzma2EncProps lzma2Props; |
| 32 | CXzFilterProps filterProps; | 32 | CXzFilterProps filterProps; |
| 33 | unsigned checkId; | 33 | unsigned checkId; |
| 34 | unsigned numThreadGroups; // 0 : no groups | ||
| 34 | UInt64 blockSize; | 35 | UInt64 blockSize; |
| 35 | int numBlockThreads_Reduced; | 36 | int numBlockThreads_Reduced; |
| 36 | int numBlockThreads_Max; | 37 | int numBlockThreads_Max; |
