git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab1eff9
)
Add missing #includes to pass 'make checkheaders'.
author
Diego Biurrun
<diego@biurrun.de>
Fri, 21 Aug 2009 08:46:49 +0000
(08:46 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 21 Aug 2009 08:46:49 +0000
(08:46 +0000)
Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/wmaprodata.h
patch
|
blob
|
history
diff --git
a/libavcodec/wmaprodata.h
b/libavcodec/wmaprodata.h
index
3ca3d46
..
4dd5c7e
100644
(file)
--- a/
libavcodec/wmaprodata.h
+++ b/
libavcodec/wmaprodata.h
@@
-28,6
+28,9
@@
#ifndef AVCODEC_WMAPRODATA_H
#define AVCODEC_WMAPRODATA_H
+#include <stddef.h>
+#include <stdint.h>
+
/**
* @brief frequencies to divide the frequency spectrum into scale factor bands
*/