Module: libav Branch: master Commit: 3ed78609438af404d6738cc3bb3eefae93a7c2d4
Author: Justin Ruggles <[email protected]> Committer: Justin Ruggles <[email protected]> Date: Tue Sep 13 10:59:47 2011 -0400 include stdint.h in adpcm_data.h fixes make checkheaders --- libavcodec/adpcm_data.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libavcodec/adpcm_data.h b/libavcodec/adpcm_data.h index baca426..a46cb5b 100644 --- a/libavcodec/adpcm_data.h +++ b/libavcodec/adpcm_data.h @@ -26,6 +26,8 @@ #ifndef AVCODEC_ADPCM_DATA_H #define AVCODEC_ADPCM_DATA_H +#include <stdint.h> + extern const int8_t ff_adpcm_index_table[16]; extern const int16_t ff_adpcm_step_table[89]; extern const int16_t ff_adpcm_AdaptationTable[]; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
