summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/demac/libdemac/entropy.c2
-rw-r--r--docs/CREDITS1
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)
215 return tmp; 215 return tmp;
216} 216}
217 217
218static inline int short range_decode_short(void) 218static inline unsigned short range_decode_short(void)
219{ int tmp = range_decode_culshift(16); 219{ int tmp = range_decode_culshift(16);
220 range_decode_update( 1,tmp); 220 range_decode_update( 1,tmp);
221 return tmp; 221 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
583Ante Maretic 583Ante Maretic
584Benjamin Brown 584Benjamin Brown
585Uwe Wiebach 585Uwe Wiebach
586Mikhail Titov
586 587
587The libmad team 588The libmad team
588The wavpack team 589The wavpack team