diff mpegaudiodecheader.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 1d83e9c34641
line wrap: on
line diff
--- a/mpegaudiodecheader.h	Sun May 20 13:40:07 2007 +0000
+++ b/mpegaudiodecheader.h	Sun May 20 15:11:55 2007 +0000
@@ -34,6 +34,6 @@
 /* header decoding. MUST check the header before because no
    consistency check is done there. Return 1 if free format found and
    that the frame size must be computed externally */
-int decode_header(MPADecodeContext *s, uint32_t header);
+int ff_mpegaudio_decode_header(MPADecodeContext *s, uint32_t header);
 
 #endif /* MPEGAUDIODECHEADER_H */