[FFmpeg-cvslog] r19913 - trunk/libavcodec/atrac1data.h
diego
subversion
Fri Sep 18 21:41:23 CEST 2009
Author: diego
Date: Fri Sep 18 21:41:23 2009
New Revision: 19913
Log:
Add missing stdint.h #include to fix 'make checkheaders'.
Modified:
trunk/libavcodec/atrac1data.h
Modified: trunk/libavcodec/atrac1data.h
==============================================================================
--- trunk/libavcodec/atrac1data.h Fri Sep 18 21:03:05 2009 (r19912)
+++ trunk/libavcodec/atrac1data.h Fri Sep 18 21:41:23 2009 (r19913)
@@ -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};
More information about the ffmpeg-cvslog
mailing list