diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-03-09 19:50:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-03-11 14:56:20 +0100 |
commit | 2800e8d62e4c6cdd8a7e218cb15a10f216946f18 (patch) | |
tree | 5f6ff986bb1e4fc994121690e0ef5ae6b0701aac /libavcodec/ac3enc_float.h | |
parent | 5126a8ecbbb6981ac29f437f1d35f5248c8f234d (diff) | |
download | ffmpeg-2800e8d62e4c6cdd8a7e218cb15a10f216946f18.tar.gz |
Revert "ac3enc: use MUL64() to multiply fixed-point coefficients"
Author says, this is unneeded.
This reverts commit 67fc32ac6197a7fe265795d0bf60bf704464394e.
Diffstat (limited to 'libavcodec/ac3enc_float.h')
-rw-r--r-- | libavcodec/ac3enc_float.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3enc_float.h b/libavcodec/ac3enc_float.h index 6ad22ecc0b..1726ca045f 100644 --- a/libavcodec/ac3enc_float.h +++ b/libavcodec/ac3enc_float.h @@ -36,8 +36,6 @@ typedef float SampleType; typedef float CoefType; typedef float CoefSumType; -#define MUL_COEF(a,b) ((a)*(b)) - typedef struct AC3MDCTContext { const float *window; ///< MDCT window function |