summaryrefslogtreecommitdiffstats
path: root/libavcodec/dcaenc.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-09 08:33:06 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-18 23:34:11 +0200
commit9ae47fbd9e1e15374d5ab7d794ad968de58de71d (patch)
tree1a0362a4bb714d93d703bb2e57839b6b0e7f5e3e /libavcodec/dcaenc.h
parent978c8294319fc18652651abacd2d56bbb05bf210 (diff)
downloadffmpeg-streaming-9ae47fbd9e1e15374d5ab7d794ad968de58de71d.zip
ffmpeg-streaming-9ae47fbd9e1e15374d5ab7d794ad968de58de71d.tar.gz
lavc/dcaenc: fix make checkheaders.
Diffstat (limited to 'libavcodec/dcaenc.h')
-rw-r--r--libavcodec/dcaenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dcaenc.h b/libavcodec/dcaenc.h
index 63d03dc..121e5da 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 )
*/
OpenPOWER on IntegriCloud