njh / twolame

MPEG Audio Layer 2 (MP2) encoder
http://www.twolame.org/
GNU Lesser General Public License v2.1
59 stars 34 forks source link

Would it make sense to use Exact-width integer types (eg uint16_t)? #73

Open njh opened 6 years ago

njh commented 6 years ago

The code depends on short int being 16-bits?

eblanca commented 6 years ago

IIRC the C standard states data type short as being at least 16 bit long.