]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adpcm.h
ffv1: Pass correct pointers to av_free()
[ffmpeg] / libavcodec / adpcm.h
index 3a054c0e842dfad0d2b6dac9147258f88c088044..16facb6d0f1273699878f760520a913254d43a47 100644 (file)
@@ -26,6 +26,8 @@
 #ifndef AVCODEC_ADPCM_H
 #define AVCODEC_ADPCM_H
 
+#include <stdint.h>
+
 #define BLKSIZE 1024
 
 typedef struct ADPCMChannelStatus {