summaryrefslogtreecommitdiff
path: root/libavcodec/svq1_cb.h
diff options
context:
space:
mode:
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,