diff mpegaudio.h @ 5052:d981eb275c8f libavcodec

remove dependency of mpeg audio encoder over mpeg audio decoder
author aurel
date Sun, 20 May 2007 22:50:29 +0000
parents b908c67063c8
children 94c3f01c243c
line wrap: on
line diff
--- a/mpegaudio.h	Sun May 20 15:11:55 2007 +0000
+++ b/mpegaudio.h	Sun May 20 22:50:29 2007 +0000
@@ -26,6 +26,7 @@
 #ifndef MPEGAUDIO_H
 #define MPEGAUDIO_H
 
+#include "avcodec.h"
 #include "bitstream.h"
 #include "dsputil.h"
 
@@ -115,7 +116,7 @@
     AVCodecContext* avctx;
 } MPADecodeContext;
 
-int l2_select_table(int bitrate, int nb_channels, int freq, int lsf);
+int ff_mpa_l2_select_table(int bitrate, int nb_channels, int freq, int lsf);
 int ff_mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate);
 void ff_mpa_synth_init(MPA_INT *window);
 void ff_mpa_synth_filter(MPA_INT *synth_buf_ptr, int *synth_buf_offset,