]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Replace num_fast_bytes => nice_match_length
[wimlib] / include / wimlib.h
index 0fc5fb9fd4e77ce5e6d7443038dc59b40b7f9e7b..c0aaf13bf2f46bb103976c7a0d2c2adb08e5b1dd 100644 (file)
@@ -4014,10 +4014,11 @@ struct wimlib_lzx_compressor_params {
 
                        uint32_t slow_reserved1 : 31;
 
-                       /** Matches with length (in bytes) longer than this
-                        * value are immediately taken without spending time on
-                        * minimum-cost measurements.  Suggested value: 32.  */
-                       uint32_t num_fast_bytes;
+                       /** Matches with length (in bytes) greater than or equal
+                        * to this value are immediately taken without spending
+                        * time on minimum-cost measurements.  Suggested value:
+                        * 32.  */
+                       uint32_t nice_match_length;
 
                        /** Number of passes to compute a match/literal sequence
                         * for each LZX block.  This is for an iterative