Commit d9558713 authored by diego's avatar diego

Remove duplicated MUL16 macro definition, fixes the warning:

libavcodec/ac3enc.c:119:1: warning: "MUL16" redefined


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17832 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6eecb823
......@@ -116,8 +116,6 @@ static av_cold void fft_init(int ln)
qim = (by - ay) >> 1;\
}
#define MUL16(a,b) ((a) * (b))
#define CMUL(pre, pim, are, aim, bre, bim) \
{\
pre = (MUL16(are, bre) - MUL16(aim, bim)) >> 15;\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment