diff mpegaudioenc.c @ 5161:94c3f01c243c libavcodec

move a couple of macros and structs to mpegaudio.h
author mru
date Sat, 16 Jun 2007 22:58:43 +0000
parents 4dbe6578f811
children 48759bfbd073
line wrap: on
line diff
--- a/mpegaudioenc.c	Sat Jun 16 19:54:04 2007 +0000
+++ b/mpegaudioenc.c	Sat Jun 16 22:58:43 2007 +0000
@@ -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