Fixed bad bit shift and sign extension errors

This commit is contained in:
Andreas Steffen
2014-12-23 15:40:01 +01:00
parent fd19feefa4
commit 6139c8e524
4 changed files with 34 additions and 10 deletions
@@ -73,7 +73,7 @@ struct bliss_bitpacker_t {
*
* @param max_bits Total number of bits to be stored
*/
bliss_bitpacker_t* bliss_bitpacker_create(size_t max_bits);
bliss_bitpacker_t* bliss_bitpacker_create(uint16_t max_bits);
/**
* Create a bliss_bitpacker_t object for reading