From: fatbob313 Date: Sat, 18 Dec 2010 21:31:01 +0000 (+0000) Subject: CELT default version/bitstream version updated. X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=877434b8b0295725e2a4f8fffd139ee0985da8a3 CELT default version/bitstream version updated. --- diff --git a/src/client.c b/src/client.c index 35ab266..367f18d 100644 --- a/src/client.c +++ b/src/client.c @@ -200,7 +200,7 @@ void recheckCodecVersions() // it as alpha and announce it. If another codec now got the // majority set it as the opposite of the currently valid bPreferAlpha // and announce it. - if (version == (uint32_t)0x8000000a) + if (version == (uint32_t)0x8000000b) bPreferAlpha = true; else bPreferAlpha = ! bPreferAlpha;