Add function to set opaque parameters

This commit is contained in:
Stella Lau
2017-08-17 19:30:22 -07:00
parent 4169f49171
commit c0221124d5
3 changed files with 156 additions and 39 deletions
+2
View File
@@ -224,6 +224,8 @@ typedef struct seqDef_s {
typedef struct ZSTD_CCtx_params_s {
ZSTD_compressionParameters cParams;
ZSTD_frameParameters fParams;
int compressionLevel;
} ZSTD_CCtx_params;
typedef struct {