From 0dd200b33a624131190b0cffffb00a1cf4f7fd41 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Tue, 1 May 2012 02:01:06 -0400 Subject: Fix audio corruption when sequentially playing low bitrate WMA files for real this time. Also, use English grammar. Change-Id: I1f2156afa313280deb02b58a191511699671a761 --- lib/rbcodec/codecs/libwma/wmadeci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rbcodec/codecs/libwma/wmadeci.c b/lib/rbcodec/codecs/libwma/wmadeci.c index 69bdbeaca2..56779ca517 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>= 1; } -- cgit v1.2.3