include stdint.h in adpcm_data.h

fixes make checkheaders
This commit is contained in:
Justin Ruggles 2011-09-13 10:59:47 -04:00
parent a05ea77c9f
commit 3ed7860943
1 changed files with 2 additions and 0 deletions

View File

@ -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[];