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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user