]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adpcm_data.h
cinepakenc: misc small changes
[ffmpeg] / libavcodec / adpcm_data.h
index baca426537e34b96b4a64f8b3d7eb8daeaa903c1..cecd156e108bf05f1ff6f99d576e96c08cbd418a 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_DATA_H
 #define AVCODEC_ADPCM_DATA_H
 
+#include <stdint.h>
+
 extern const int8_t  ff_adpcm_index_table[16];
 extern const int16_t ff_adpcm_step_table[89];
 extern const int16_t ff_adpcm_AdaptationTable[];