diff mpegaudiodecheader.c @ 11315:5f7c1d0e4104 libavcodec

Include mpegaudiodecheader.h: It contains the prototype for ff_mpegaudio_decode_header().
author cehoyos
date Sun, 28 Feb 2010 03:27:10 +0000
parents 30b00f4bdeb1
children 7dd2a45249a9
line wrap: on
line diff
--- a/mpegaudiodecheader.c	Sun Feb 28 03:02:25 2010 +0000
+++ b/mpegaudiodecheader.c	Sun Feb 28 03:27:10 2010 +0000
@@ -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)