[FFmpeg-devel] [PATCH 11/17] lavc/dcaenc: fix make checkheaders.
Clément Bœsch
ubitux at gmail.com
Wed May 9 10:01:36 CEST 2012
---
libavcodec/dcaenc.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavcodec/dcaenc.h b/libavcodec/dcaenc.h
index 63d03dc..121e5da 100644
--- a/libavcodec/dcaenc.h
+++ b/libavcodec/dcaenc.h
@@ -22,6 +22,8 @@
#ifndef AVCODEC_DCAENC_H
#define AVCODEC_DCAENC_H
+#include <stdint.h>
+
/* This is a scaled version of the response of the reference decoder to
this vector of subband samples: ( 1.0 0.0 0.0 ... 0.0 )
*/
--
1.7.9.5
More information about the ffmpeg-devel
mailing list