]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudioenc.c
10l to Benoit, poll.h is already included below, and this broke compilation on mingw
[ffmpeg] / libavcodec / mpegaudioenc.c
index d0506c6b70f07f2727a7555736a47081718f9bdb..ede44927c2ec8db02d64f0065fb2c247ebd4b3f1 100644 (file)
@@ -31,7 +31,6 @@
 /* currently, cannot change these constants (need to modify
    quantization stage) */
 #define MUL(a,b) (((int64_t)(a) * (int64_t)(b)) >> FRAC_BITS)
-#define FIX(a)   ((int)((a) * (1 << FRAC_BITS)))
 
 #define SAMPLES_BUF_SIZE 4096