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

This commit is contained in:
Diego Biurrun 2012-01-31 18:41:52 +01:00
parent dd6d3b0e02
commit b010178e84
1 changed files with 2 additions and 0 deletions

View File

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