summaryrefslogtreecommitdiff
path: root/libavcodec/adx.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/adx.h')
-rw-r--r--libavcodec/adx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/adx.h b/libavcodec/adx.h
index a329afb4c4..ae5eb6a434 100644
--- a/libavcodec/adx.h
+++ b/libavcodec/adx.h
@@ -43,8 +43,8 @@ typedef struct {
int in_temp;
} ADXContext;
-#define BASEVOL 0x4000
-#define SCALE1 0x7298
-#define SCALE2 0x3350
+#define COEFF_BITS 12
+#define COEFF1 0x1CA6
+#define COEFF2 0x0CD4
#endif /* AVCODEC_ADX_H */