diff aac.h @ 7580:c49ab52db74c libavcodec

Synchronise AAC decoder code with that from SoC
author superdump
date Fri, 15 Aug 2008 00:19:14 +0000
parents a05954c505ab
children 6fdffa4836a7
line wrap: on
line diff
--- a/aac.h	Fri Aug 15 00:14:07 2008 +0000
+++ b/aac.h	Fri Aug 15 00:19:14 2008 +0000
@@ -45,8 +45,6 @@
 #define MAX_CHANNELS 64
 #define MAX_ELEM_ID 16
 
-#define IVQUANT_SIZE 1024
-
 enum AudioObjectType {
     AOT_NULL,
                                // Support?                Name
@@ -165,8 +163,7 @@
 
 typedef struct {
     int num_pulse;
-    int start;
-    int offset[4];
+    int pos[4];
     int amp[4];
 } Pulse;