From: Diego Biurrun Date: Fri, 18 Sep 2009 19:41:23 +0000 (+0000) Subject: Add missing stdint.h #include to fix 'make checkheaders'. X-Git-Tag: v0.6~3276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27666c3176ef795dea2768ba979771ab574cf3ca;p=platform%2Fupstream%2Flibav.git Add missing stdint.h #include to fix 'make checkheaders'. Originally committed as revision 19913 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/atrac1data.h b/libavcodec/atrac1data.h index 77641f2..61162fb 100644 --- a/libavcodec/atrac1data.h +++ b/libavcodec/atrac1data.h @@ -28,6 +28,8 @@ #ifndef AVCODEC_ATRAC1DATA_H #define AVCODEC_ATRAC1DATA_H +#include + 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};