Commit ffb4145b authored by diego's avatar diego

Add missing stdint.h #include to fix 'make checkheaders'.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19913 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4502b57a
......@@ -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};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment