diff options
-rw-r--r-- | apps/codecs/demac/libdemac/entropy.c | 2 | ||||
-rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/demac/libdemac/entropy.c b/apps/codecs/demac/libdemac/entropy.c index a09ba8f540..1cef979808 100644 --- a/apps/codecs/demac/libdemac/entropy.c +++ b/apps/codecs/demac/libdemac/entropy.c @@ -215,7 +215,7 @@ static inline unsigned char decode_byte(void) return tmp; } -static inline int short range_decode_short(void) +static inline unsigned short range_decode_short(void) { int tmp = range_decode_culshift(16); range_decode_update( 1,tmp); return tmp; diff --git a/docs/CREDITS b/docs/CREDITS index e6e5c7a937..9bbfc70d9b 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -583,6 +583,7 @@ Robert Horn Ante Maretic Benjamin Brown Uwe Wiebach +Mikhail Titov The libmad team The wavpack team |