]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/truespeech_data.h
cleanup get_unary()
[ffmpeg] / libavcodec / truespeech_data.h
index cd8822fdeb41991ca130f8ed9f7b62aa253de9f0..1ee75dc12837fd15ca85df514b415753a87ced79 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef __TRUESPEECH_DATA__
-#define __TRUESPEECH_DATA__
+#ifndef TRUESPEECH_DATA_H
+#define TRUESPEECH_DATA_H
+
+#include <stdint.h>
 
 /* codebooks fo expanding input filter */
 static const int16_t ts_cb_0[32] = {
@@ -154,4 +156,4 @@ static const int16_t ts_5E2[8] =
 static const int16_t ts_5F2[8] =
     { 0x6000, 0x4800, 0x3600, 0x2880, 0x1E60, 0x16C8, 0x1116, 0x0CD1 };
 
-#endif
+#endif /* TRUESPEECH_DATA_H */