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

Add twolame_get_extension() and twolame_set_extension() #75

Closed njh closed 6 years ago

njh commented 6 years ago

In LAME:

int CDECL lame_set_extension(lame_global_flags *, int);
int CDECL lame_get_extension(const lame_global_flags *);
njh commented 6 years ago

This was on my todo list but just realised that I implemented it ages ago in b859610b2eed995c7cc317f2679126cf41737a64.

But with the wrong commit message.