summaryrefslogtreecommitdiff
path: root/libavcodec/vp3data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vp3data.h')
-rw-r--r--libavcodec/vp3data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/vp3data.h b/libavcodec/vp3data.h
index d69ddfa281..77bdd7ac77 100644
--- a/libavcodec/vp3data.h
+++ b/libavcodec/vp3data.h
@@ -21,6 +21,9 @@
#ifndef VP3DATA_H
#define VP3DATA_H
+#include <stdint.h>
+#include <stdlib.h>
+
/* these coefficients dequantize intraframe Y plane coefficients
* (note: same as JPEG) */
static const int16_t vp31_intra_y_dequant[64] =