diff mpegaudiodecheader.c @ 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 04423b2f6e0b
line wrap: on
line diff
--- a/mpegaudiodecheader.c	Sun May 20 13:40:07 2007 +0000
+++ b/mpegaudiodecheader.c	Sun May 20 15:11:55 2007 +0000
@@ -30,7 +30,7 @@
 #include "mpegaudiodata.h"
 
 
-int decode_header(MPADecodeContext *s, uint32_t header)
+int ff_mpegaudio_decode_header(MPADecodeContext *s, uint32_t header)
 {
     int sample_rate, frame_size, mpeg25, padding;
     int sample_rate_index, bitrate_index;