diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-20 15:11:55 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-05-20 15:11:55 +0000 |
commit | ca6e50afc13acdd764527c0fcfe13d1ea90b4d98 (patch) | |
tree | f6c35d6858088b592a39fbf2cf56c61688c87322 /libavcodec/mpegaudio.h | |
parent | 4bd8e17c8d371dc05af63b15c11342e40184df61 (diff) | |
download | ffmpeg-ca6e50afc13acdd764527c0fcfe13d1ea90b4d98.tar.gz |
add a ff_ prefix to some mpegaudio funcs
Originally committed as revision 9081 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio.h')
-rw-r--r-- | libavcodec/mpegaudio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegaudio.h b/libavcodec/mpegaudio.h index d6a94ad9d0..f8a689ab98 100644 --- a/libavcodec/mpegaudio.h +++ b/libavcodec/mpegaudio.h @@ -116,7 +116,7 @@ typedef struct MPADecodeContext { } MPADecodeContext; int l2_select_table(int bitrate, int nb_channels, int freq, int lsf); -int mpa_decode_header(AVCodecContext *avctx, uint32_t head, int *sample_rate); +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, MPA_INT *window, int *dither_state, |