changeset 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 5b39547c4ce1
children 6b869b5a5425
files mpegaudiodecheader.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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)