1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 08:05:52 +01:00

Update twolame to 0.3.13.

This commit is contained in:
lllucius
2013-10-24 04:32:13 +00:00
parent 99acb56af6
commit 3effa9693f
124 changed files with 44671 additions and 44430 deletions

View File

@@ -19,7 +19,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* $Id: energy.h,v 1.3 2008-02-01 19:44:32 richardash1981 Exp $
* $Id$
*
*/
@@ -27,8 +27,8 @@
#ifndef _ENERGY_H_
#define _ENERGY_H_
int get_required_energy_bits( twolame_options *glopts );
void do_energy_levels(twolame_options *glopts, bit_stream *bs);
int get_required_energy_bits(twolame_options * glopts);
void do_energy_levels(twolame_options * glopts, bit_stream * bs);
#endif