summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodecheader.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 03:27:10 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2010-02-28 03:27:10 +0000
commitc6e1599b8ac64727ccc657ac2d95729cca9cd455 (patch)
treec7c6064b6007482d49ef322ffcaa76aec92e0df0 /libavcodec/mpegaudiodecheader.c
parent770128c44824984f4dda10aad6591f913c395961 (diff)
Include mpegaudiodecheader.h: It contains the prototype for
ff_mpegaudio_decode_header(). Originally committed as revision 22103 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudiodecheader.c')
-rw-r--r--libavcodec/mpegaudiodecheader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegaudiodecheader.c b/libavcodec/mpegaudiodecheader.c
index df1785e060..9441a6decd 100644
--- a/libavcodec/mpegaudiodecheader.c
+++ b/libavcodec/mpegaudiodecheader.c
@@ -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)