Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-08-21 12:46:49 +0400
committerDiego Biurrun <diego@biurrun.de>2009-08-21 12:46:49 +0400
commitda47f0eecbdcd3da9ead478b7589cb7e331cafb4 (patch)
treed6dda853386d5b09b5cd89b1e0bad1df0b5546bb /libavcodec/wmaprodata.h
parentab1eff9c5c93b6ce5d06cabf139dd9f3a88e01a6 (diff)
Add missing #includes to pass 'make checkheaders'.
Originally committed as revision 19675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/wmaprodata.h')
-rw-r--r--libavcodec/wmaprodata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/wmaprodata.h b/libavcodec/wmaprodata.h
index 3ca3d46d4f..4dd5c7ebed 100644
--- 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
*/