Skip to content
Snippets Groups Projects
Commit b010178e authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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

parent dd6d3b0e
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@
#ifndef AVCODEC_ADPCM_H
#define AVCODEC_ADPCM_H
#include <stdint.h>
#define BLKSIZE 1024
typedef struct ADPCMChannelStatus {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment