comparison 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
comparison
equal deleted inserted replaced
5030:9ce0052d533a 5031:70f194a2ee53
57 } MpegAudioContext; 57 } MpegAudioContext;
58 58
59 /* define it to use floats in quantization (I don't like floats !) */ 59 /* define it to use floats in quantization (I don't like floats !) */
60 //#define USE_FLOATS 60 //#define USE_FLOATS
61 61
62 #include "mpegaudiodata.h"
62 #include "mpegaudiotab.h" 63 #include "mpegaudiotab.h"
63 64
64 static int MPA_encode_init(AVCodecContext *avctx) 65 static int MPA_encode_init(AVCodecContext *avctx)
65 { 66 {
66 MpegAudioContext *s = avctx->priv_data; 67 MpegAudioContext *s = avctx->priv_data;