comparison mp3lameaudio.c @ 396:fce0a2520551 libavcodec

removed useless header includes - use av memory functions
author glantau
date Sat, 18 May 2002 23:03:29 +0000
parents 0bae80322c6d
children 718a22dc121f
comparison
equal deleted inserted replaced
395:80518daaab05 396:fce0a2520551
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */ 18 */
19 19
20 #include "avcodec.h" 20 #include "avcodec.h"
21 #include <math.h>
22 #include "mpegaudio.h" 21 #include "mpegaudio.h"
23 #include <lame/lame.h> 22 #include <lame/lame.h>
24 23
25 typedef struct Mp3AudioContext { 24 typedef struct Mp3AudioContext {
26 lame_global_flags *gfp; 25 lame_global_flags *gfp;