]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adpcm.h
aarch64: vp9itxfm: Restructure the idct32 store macros
[ffmpeg] / libavcodec / adpcm.h
index 3a054c0e842dfad0d2b6dac9147258f88c088044..11be5a99c558d16449887cfcaf83e4f8faab1e90 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001-2003 The ffmpeg Project
+ * Copyright (c) 2001-2003 The FFmpeg project
  *
  * This file is part of Libav.
  *
@@ -26,6 +26,8 @@
 #ifndef AVCODEC_ADPCM_H
 #define AVCODEC_ADPCM_H
 
+#include <stdint.h>
+
 #define BLKSIZE 1024
 
 typedef struct ADPCMChannelStatus {