Fix bug where a mono file using noise coding would be corrupted if it was played...
commit73ce458435975a508a84626c2f01ae29df265c57
authorsaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Sat, 20 Dec 2008 01:38:34 +0000 (20 01:38 +0000)
committersaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Sat, 20 Dec 2008 01:38:34 +0000 (20 01:38 +0000)
tree1265d036f870d8d85374fadfb9a128db5ffa2ef4
parentc05c01e8569a458d0b7678f42dfeb534232632b7
Fix bug where a mono file using noise coding would be corrupted if it was played immediately after a stereo files using noise coding due to incorrect initialization of the decoder state.  Thanks to Tom Ross for pointing out that initialization was incomplete on these files.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19494 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/libwma/wmadeci.c