diff libfaad2/dither.h @ 10989:3185f64f6350

synced with current cvs
author alex
date Fri, 03 Oct 2003 22:23:26 +0000
parents e989150f8216
children
line wrap: on
line diff
--- a/libfaad2/dither.h	Fri Oct 03 18:13:45 2003 +0000
+++ b/libfaad2/dither.h	Fri Oct 03 22:23:26 2003 +0000
@@ -36,7 +36,7 @@
 extern double              scalar16 ( const float32_t* x, const float32_t* y );
 extern double              Random_Equi ( double mult );
 extern double              Random_Triangular ( double mult );
-void                       Init_Dither ( unsigned char bits, unsigned char shapingtype );
+void                       Init_Dither ( uint8_t bits, uint8_t shapingtype );
 
 #endif