Mercurial > libavcodec.hg
comparison wmaprodata.h @ 10070:68f03567b826 libavcodec
Add missing #includes to pass 'make checkheaders'.
| author | diego |
|---|---|
| date | Fri, 21 Aug 2009 08:46:49 +0000 |
| parents | 4b91b74ff669 |
| children | 272cac6de8ce |
comparison
equal
deleted
inserted
replaced
| 10069:8ac9bc10b485 | 10070:68f03567b826 |
|---|---|
| 25 * @brief tables for wmapro decoding | 25 * @brief tables for wmapro decoding |
| 26 */ | 26 */ |
| 27 | 27 |
| 28 #ifndef AVCODEC_WMAPRODATA_H | 28 #ifndef AVCODEC_WMAPRODATA_H |
| 29 #define AVCODEC_WMAPRODATA_H | 29 #define AVCODEC_WMAPRODATA_H |
| 30 | |
| 31 #include <stddef.h> | |
| 32 #include <stdint.h> | |
| 30 | 33 |
| 31 /** | 34 /** |
| 32 * @brief frequencies to divide the frequency spectrum into scale factor bands | 35 * @brief frequencies to divide the frequency spectrum into scale factor bands |
| 33 */ | 36 */ |
| 34 static const uint16_t critical_freq[] = { | 37 static const uint16_t critical_freq[] = { |
