summaryrefslogtreecommitdiff
path: root/libavcodec/binkdata.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-08 18:43:52 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-08 18:43:52 +0000
commit9c9a0840d04b694df9d67e7dc344f813055239e0 (patch)
treeec6b247dffeb1094c1536dc23f8bccf1a54a0e2a /libavcodec/binkdata.h
parent8eecdc8b789e3fa5b640ddd26e29e9254a1dffe3 (diff)
Add lots of missing includes
Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/binkdata.h')
-rw-r--r--libavcodec/binkdata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/binkdata.h b/libavcodec/binkdata.h
index 47b00d21f7..1ca34a6843 100644
--- a/libavcodec/binkdata.h
+++ b/libavcodec/binkdata.h
@@ -22,6 +22,8 @@
#ifndef AVCODEC_BINKDATA_H
#define AVCODEC_BINKDATA_H
+#include <stdint.h>
+
/** Bink DCT and residue 8x8 block scan order */
static const uint8_t bink_scan[64] = {
0, 1, 8, 9, 2, 3, 10, 11,