]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
Update docs for chunk size and compression formats
[wimlib] / include / wimlib.h
index 77fe0ff9157aa8273c0fb0236b7f39d35477ad8c..7a4533733c04917638572725f1e4c2fe8af6e767 100644 (file)
@@ -3431,11 +3431,6 @@ wimlib_set_output_compression_type(WIMStruct *wim, int ctype);
  *
  * Similar to wimlib_set_output_compression_type(), but set the compression type
  * for writing packed streams (solid blocks).
- *
- * Note: based on testing, WIMGAPI is seemingly only compatible with LZMS
- * compression in packed streams.  Therefore the use of this function is not
- * recommended.  Also, with large chunk sizes, LZMS gives the best compression
- * ratio among the alternatives anyway.
  */
 extern int
 wimlib_set_output_pack_compression_type(WIMStruct *wim, int ctype);