summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index d1be156586..84ae8f0d77 100644
--- a/libavcodec/aac.h
+++ b/libavcodec/aac.h
@@ -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 {
typedef struct {
int num_pulse;
- int start;
- int offset[4];
+ int pos[4];
int amp[4];
} Pulse;