Include mpegaudiodecheader.h: It contains the prototype for
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 03:27:10 +0000 (03:27 +0000)
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>
Sun, 28 Feb 2010 03:27:10 +0000 (03:27 +0000)
ff_mpegaudio_decode_header().

Originally committed as revision 22103 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegaudiodecheader.c

index df1785e..9441a6d 100644 (file)
@@ -28,6 +28,7 @@
 #include "avcodec.h"
 #include "mpegaudio.h"
 #include "mpegaudiodata.h"
+#include "mpegaudiodecheader.h"
 
 
 int ff_mpegaudio_decode_header(MPADecodeHeader *s, uint32_t header)