shithub: aacenc

Download patch

ref: 5352addc61041fa783f5e468afd707cabf41565a
parent: d4bc6b2eafd5328b68424d1976ae903c5114d15b
author: knik <knik>
date: Thu Jun 26 15:19:51 EDT 2003

CoderInfo: added new fields.

--- a/libfaac/coder.h
+++ b/libfaac/coder.h
@@ -16,7 +16,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: coder.h,v 1.10 2003/05/01 10:29:33 knik Exp $
+ * $Id: coder.h,v 1.11 2003/06/26 19:19:51 knik Exp $
  */
 
 #ifndef CODER_H
@@ -139,6 +139,8 @@
     int max_sfb;
     int nr_of_sfb;
     int sfb_offset[250];
+    int lastx;
+    double avgenrg;
 
     int spectral_count;