aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_fixed.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-03-09 19:50:36 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-03-11 14:56:20 +0100
commit2800e8d62e4c6cdd8a7e218cb15a10f216946f18 (patch)
tree5f6ff986bb1e4fc994121690e0ef5ae6b0701aac /libavcodec/ac3enc_fixed.h
parent5126a8ecbbb6981ac29f437f1d35f5248c8f234d (diff)
downloadffmpeg-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_fixed.h')
-rw-r--r--libavcodec/ac3enc_fixed.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/ac3enc_fixed.h b/libavcodec/ac3enc_fixed.h
index 773caec2c3..12c8ace4aa 100644
--- a/libavcodec/ac3enc_fixed.h
+++ b/libavcodec/ac3enc_fixed.h
@@ -36,8 +36,6 @@ typedef int16_t SampleType;
typedef int32_t CoefType;
typedef int64_t CoefSumType;
-#define MUL_COEF(a,b) MUL64(a,b)
-
/**
* Compex number.