Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-09 10:32:31 +0400
committerClément Bœsch <ubitux@gmail.com>2012-05-19 01:34:11 +0400
commit978c8294319fc18652651abacd2d56bbb05bf210 (patch)
tree17868fe2787f23c8f8867fa866da291ba4392d19 /libavcodec/g723_1_data.h
parent02908a4bd0c1aa4c6cd4f816b1f74315f7b0206c (diff)
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)