summaryrefslogtreecommitdiff
path: root/libavcodec/svq1_cb.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-06-16 22:59:13 +0000
committerMåns Rullgård <mans@mansr.com>2007-06-16 22:59:13 +0000
commit99545457bf1175d55e4eaa2c061dbf0faeb661ec (patch)
treeff1d94f63fcf89833e7e6d9f421f35bd8d0ba2de /libavcodec/svq1_cb.h
parentc2d08dc0d78e85e6a45abb33e587b8a66a2de754 (diff)
include all prerequisites in header files
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq1_cb.h')
-rw-r--r--libavcodec/svq1_cb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/svq1_cb.h b/libavcodec/svq1_cb.h
index a0748bd444..9b23d8ebdb 100644
--- a/libavcodec/svq1_cb.h
+++ b/libavcodec/svq1_cb.h
@@ -29,6 +29,9 @@
* svq1 code books.
*/
+#include <stdint.h>
+#include <stdlib.h>
+
/* 6x16-entry codebook for inter-coded 4x2 vectors */
static const int8_t svq1_inter_codebook_4x2[768] = {
7, 2, -6, -7, 7, 3, -3, -4, -7, -2, 7, 8, -8, -4, 3, 4,