diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-09 08:33:06 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-18 23:34:11 +0200 |
commit | 9ae47fbd9e1e15374d5ab7d794ad968de58de71d (patch) | |
tree | 1a0362a4bb714d93d703bb2e57839b6b0e7f5e3e /libavcodec/dcaenc.h | |
parent | 978c8294319fc18652651abacd2d56bbb05bf210 (diff) | |
download | ffmpeg-9ae47fbd9e1e15374d5ab7d794ad968de58de71d.tar.gz |
lavc/dcaenc: fix make checkheaders.
Diffstat (limited to 'libavcodec/dcaenc.h')
-rw-r--r-- | libavcodec/dcaenc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dcaenc.h b/libavcodec/dcaenc.h index 63d03dc449..121e5dadec 100644 --- a/libavcodec/dcaenc.h +++ b/libavcodec/dcaenc.h @@ -22,6 +22,8 @@ #ifndef AVCODEC_DCAENC_H #define AVCODEC_DCAENC_H +#include <stdint.h> + /* This is a scaled version of the response of the reference decoder to this vector of subband samples: ( 1.0 0.0 0.0 ... 0.0 ) */ |