summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/rbcodec/codecs/libwma/wmadeci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/codecs/libwma/wmadeci.c b/lib/rbcodec/codecs/libwma/wmadeci.c
index 69bdbea..56779ca 100755
--- a/lib/rbcodec/codecs/libwma/wmadeci.c
+++ b/lib/rbcodec/codecs/libwma/wmadeci.c
@@ -495,7 +495,7 @@ int wma_decode_init(WMADecodeContext* s, asf_waveformatex_t *wfx)
s->noise_mult = 0x51f;
/*unlikely, but we may have previoiusly used this table for LSP,
so halve the values if needed*/
- if(noisetable_exp[0] == 0x10) {
+ if(noisetable_exp[0] == 0x0a) {
for (i=0;i<NOISE_TAB_SIZE;++i)
noisetable_exp[i] >>= 1;
}