changeset 10187:b14d646fe719 libavcodec

Add missing stdint.h #include to fix 'make checkheaders'.
author diego
date Fri, 18 Sep 2009 19:41:23 +0000
parents f01415f3f9a8
children 404026d9adb5
files atrac1data.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/atrac1data.h	Fri Sep 18 19:03:05 2009 +0000
+++ b/atrac1data.h	Fri Sep 18 19:41:23 2009 +0000
@@ -28,6 +28,8 @@
 #ifndef AVCODEC_ATRAC1DATA_H
 #define AVCODEC_ATRAC1DATA_H
 
+#include <stdint.h>
+
 static const uint8_t bfu_amount_tab1[8] = {20,  28,  32,  36, 40, 44, 48, 52};
 static const uint8_t bfu_amount_tab2[4] = { 0, 112, 176, 208};
 static const uint8_t bfu_amount_tab3[8] = { 0,  24,  36,  48, 72, 108, 132, 156};