Browse Source

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

Originally committed as revision 19913 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun 16 years ago
parent
commit
27666c3176
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/atrac1data.h

+ 2
- 0
libavcodec/atrac1data.h View File

@@ -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};


Loading…
Cancel
Save