diff mpegaudiotab.h @ 1064:b32afefe7d33 libavcodec

* UINTX -> uintx_t INTX -> intx_t
author kabi
date Tue, 11 Feb 2003 16:35:48 +0000
parents 718a22dc121f
children 1e39f273ecd6
line wrap: on
line diff
--- a/mpegaudiotab.h	Mon Feb 10 22:43:30 2003 +0000
+++ b/mpegaudiotab.h	Tue Feb 11 16:35:48 2003 +0000
@@ -54,13 +54,13 @@
 };
 
 
-static INT16 filter_bank[512];
+static int16_t filter_bank[512];
 
 static int scale_factor_table[64];
 #ifdef USE_FLOATS
 static float scale_factor_inv_table[64];
 #else
-static INT8 scale_factor_shift[64];
+static int8_t scale_factor_shift[64];
 static unsigned short scale_factor_mult[64];
 #endif
 static unsigned char scale_diff_table[128];