[FFmpeg-cvslog] wma.h: #include "avcodec.h"

Anton Khirnov git at videolan.org
Wed Mar 4 01:32:15 CET 2015


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Mar  2 21:51:02 2015 +0100| [db5cc75f8b5620e7cd2d05762c3b087ab16d8c24] | committer: Anton Khirnov

wma.h: #include "avcodec.h"

It's required for at least AVCodecContext.

Fixes make checkheaders.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db5cc75f8b5620e7cd2d05762c3b087ab16d8c24
---

 libavcodec/wma.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/wma.h b/libavcodec/wma.h
index afa3b0d..06386ef 100644
--- a/libavcodec/wma.h
+++ b/libavcodec/wma.h
@@ -24,6 +24,7 @@
 
 #include "libavutil/float_dsp.h"
 
+#include "avcodec.h"
 #include "fft.h"
 #include "get_bits.h"
 #include "put_bits.h"



More information about the ffmpeg-cvslog mailing list