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

Another memory allocation removed #70

Closed eblanca closed 6 years ago

eblanca commented 7 years ago

This is a series of commits, with further refinements. They reduce memory requirement due to static consts, fix safety of a memory allocation and then remove it at all, given the very small size requested (1kb was way too much).

njh commented 6 years ago

Now that the tests are passing; reviewed change and merged.

Thanks!