Commit b010178e authored by Diego Biurrun's avatar Diego Biurrun

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

parent dd6d3b0e
......@@ -26,6 +26,8 @@
#ifndef AVCODEC_ADPCM_H
#define AVCODEC_ADPCM_H
#include <stdint.h>
#define BLKSIZE 1024
typedef struct ADPCMChannelStatus {
......
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