From: Carl Eugen Hoyos Date: Sun, 28 Feb 2010 03:27:10 +0000 (+0000) Subject: Include mpegaudiodecheader.h: It contains the prototype for X-Git-Tag: v0.6~1027 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6e1599b8ac64727ccc657ac2d95729cca9cd455;p=platform%2Fupstream%2Flibav.git Include mpegaudiodecheader.h: It contains the prototype for ff_mpegaudio_decode_header(). Originally committed as revision 22103 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/mpegaudiodecheader.c b/libavcodec/mpegaudiodecheader.c index df1785e..9441a6d 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)