aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/g723_1_data.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-09 08:32:31 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-18 23:34:11 +0200
commit978c8294319fc18652651abacd2d56bbb05bf210 (patch)
tree17868fe2787f23c8f8867fa866da291ba4392d19 /libavcodec/g723_1_data.h
parent02908a4bd0c1aa4c6cd4f816b1f74315f7b0206c (diff)
downloadffmpeg-978c8294319fc18652651abacd2d56bbb05bf210.tar.gz
lavc/g723.1: fix make checkheaders.
Diffstat (limited to 'libavcodec/g723_1_data.h')
-rw-r--r--libavcodec/g723_1_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/g723_1_data.h b/libavcodec/g723_1_data.h
index 24d154f431..34221e3349 100644
--- a/libavcodec/g723_1_data.h
+++ b/libavcodec/g723_1_data.h
@@ -28,6 +28,8 @@
#ifndef AVCODEC_G729_DATA_H
#define AVCODEC_G729_DATA_H
+#include <stdint.h>
+
#define SUBFRAMES 4
#define SUBFRAME_LEN 60
#define FRAME_LEN (SUBFRAME_LEN << 2)