map 0xA5 to 11025 Hz, too

svn-id: r10129
This commit is contained in:
Max Horn 2003-09-09 12:36:41 +00:00
parent 2c67f7b32f
commit 555dae9fee

View File

@ -50,7 +50,7 @@ struct VocBlockHeader {
static inline int getSampleRateFromVOCRate(int vocSR) {
if (vocSR == 0xa6) {
if (vocSR == 0xa5 || vocSR == 0xa6) {
return 11025;
} else if (vocSR == 0xd2 || vocSR == 0xd3) {
return 22050;