From 877434b8b0295725e2a4f8fffd139ee0985da8a3 Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Sat, 18 Dec 2010 21:31:01 +0000 Subject: [PATCH] CELT default version/bitstream version updated. --- src/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2