diff mpegaudio.h @ 5051:b908c67063c8 libavcodec

add a ff_ prefix to some mpegaudio funcs
author aurel
date Sun, 20 May 2007 15:11:55 +0000
parents a5f6fbc9fa66
children d981eb275c8f
line wrap: on
line diff
--- a/mpegaudio.h	Sun May 20 13:40:07 2007 +0000
+++ b/mpegaudio.h	Sun May 20 15:11:55 2007 +0000
@@ -116,7 +116,7 @@
 } 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,