Skip to content
Snippets Groups Projects
Forked from Xiph.Org / Opus
Loading
  • Timothy B. Terriberry's avatar
    8fcde379
    Clean up some type usage. · 8fcde379
    Timothy B. Terriberry authored
    ec_byte_read() ec_byte_read_from_end() had different return types.
    ec_dec_bits() was storing its return value as int instead of
     ec_uint32, which will break if int is only 16 bits.
    8fcde379
    History
    Clean up some type usage.
    Timothy B. Terriberry authored
    ec_byte_read() ec_byte_read_from_end() had different return types.
    ec_dec_bits() was storing its return value as int instead of
     ec_uint32, which will break if int is only 16 bits.