[FFmpeg-devel] [PATCH 10/17] lavc/g723.1: fix make checkheaders.
Clément Bœsch
ubitux at gmail.com
Wed May 9 10:01:35 CEST 2012
---
libavcodec/g723_1_data.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/g723_1_data.h b/libavcodec/g723_1_data.h
index 24d154f..34221e3 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)
--
1.7.9.5
More information about the ffmpeg-devel
mailing list