Commit 3ed78609 authored by Justin Ruggles's avatar Justin Ruggles

include stdint.h in adpcm_data.h

fixes make checkheaders
parent a05ea77c
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
#ifndef AVCODEC_ADPCM_DATA_H #ifndef AVCODEC_ADPCM_DATA_H
#define AVCODEC_ADPCM_DATA_H #define AVCODEC_ADPCM_DATA_H
#include <stdint.h>
extern const int8_t ff_adpcm_index_table[16]; extern const int8_t ff_adpcm_index_table[16];
extern const int16_t ff_adpcm_step_table[89]; extern const int16_t ff_adpcm_step_table[89];
extern const int16_t ff_adpcm_AdaptationTable[]; extern const int16_t ff_adpcm_AdaptationTable[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment