Mercurial > libavcodec.hg
diff mpegaudio.c @ 5031:70f194a2ee53 libavcodec
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
| author | aurel |
|---|---|
| date | Sat, 19 May 2007 00:06:02 +0000 |
| parents | 4f351b1e02bc |
| children | d47ee2d1d7da |
line wrap: on
line diff
--- a/mpegaudio.c Fri May 18 22:58:01 2007 +0000 +++ b/mpegaudio.c Sat May 19 00:06:02 2007 +0000 @@ -59,6 +59,7 @@ /* define it to use floats in quantization (I don't like floats !) */ //#define USE_FLOATS +#include "mpegaudiodata.h" #include "mpegaudiotab.h" static int MPA_encode_init(AVCodecContext *avctx)
