adpcm: Add missing stdint.h #include to fix standalone header compilation.

pull/3/merge
Diego Biurrun 13 years ago
parent dd6d3b0e02
commit b010178e84
  1. 2
      libavcodec/adpcm.h

@ -26,6 +26,8 @@
#ifndef AVCODEC_ADPCM_H #ifndef AVCODEC_ADPCM_H
#define AVCODEC_ADPCM_H #define AVCODEC_ADPCM_H
#include <stdint.h>
#define BLKSIZE 1024 #define BLKSIZE 1024
typedef struct ADPCMChannelStatus { typedef struct ADPCMChannelStatus {

Loading…
Cancel
Save