ffmpeg | branch: master | Anton Khirnov <[email protected]> | 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"

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to