projects
/
umurmur.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b026c5a
)
CELT default version/bitstream version updated.
author
fatbob313
<martin@fatbob.nu>
Sat, 18 Dec 2010 21:31:01 +0000
(21:31 +0000)
committer
fatbob313
<martin@fatbob.nu>
Sat, 18 Dec 2010 21:31:01 +0000
(21:31 +0000)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index 35ab266c331697e20ed0189e46d0a85fa03ed323..367f18dee165e383f892b9c4ae3f2e979a8a4759 100644
(file)
--- 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)0x8000000
a
)
+ if (version == (uint32_t)0x8000000
b
)
bPreferAlpha = true;
else
bPreferAlpha = ! bPreferAlpha;