summaryrefslogtreecommitdiffstats
path: root/libfaad2/dither.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfaad2/dither.h')
-rw-r--r--libfaad2/dither.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfaad2/dither.h b/libfaad2/dither.h
index 34fb319966..9b0277565e 100644
--- a/libfaad2/dither.h
+++ b/libfaad2/dither.h
@@ -36,7 +36,7 @@ uint32_t random_int ( void );
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