]> wimlib.net Git - wimlib/blobdiff - include/wimlib/compress_common.h
Optimize Huffman code generation
[wimlib] / include / wimlib / compress_common.h
index 666f10dcc43a031b5a9af818c1a00edbac35364b..f1f788e29470e561b1b259df96278daf84ec0afa 100644 (file)
@@ -69,6 +69,6 @@ make_canonical_huffman_code(unsigned num_syms,
                            unsigned max_codeword_len,
                            const input_idx_t freq_tab[restrict],
                            u8 lens[restrict],
-                           u16 codewords[restrict]);
+                           u32 codewords[restrict]);
 
 #endif /* _WIMLIB_COMPRESS_H */