mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
Remove duplicated MUL16 macro definition, fixes the warning:
libavcodec/ac3enc.c:119:1: warning: "MUL16" redefined Originally committed as revision 17832 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
35690321a7
commit
27127202d6
@ -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;\
|
||||
|
Loading…
Reference in New Issue
Block a user