[FFmpeg-cvslog] include stdint.h in adpcm_data.h
Justin Ruggles
git at videolan.org
Tue Sep 13 23:51:47 CEST 2011
ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Tue Sep 13 10:59:47 2011 -0400| [3ed78609438af404d6738cc3bb3eefae93a7c2d4] | committer: Justin Ruggles
include stdint.h in adpcm_data.h
fixes make checkheaders
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ed78609438af404d6738cc3bb3eefae93a7c2d4
---
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[];
More information about the ffmpeg-cvslog
mailing list