mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 06:39:05 +08:00
Spec: Fix ReadBits call
This commit is contained in:
parent
f850fa4530
commit
f5dfee96f7
@ -320,7 +320,7 @@ void NewActiveCornerReached(new_corner, symbol_id) {
|
|||||||
|
|
||||||
~~~~~
|
~~~~~
|
||||||
void ParseEdgebreakerStandardSymbol() {
|
void ParseEdgebreakerStandardSymbol() {
|
||||||
symbol = bit_symbol_buffer.ReadBits32(1);
|
symbol = bit_symbol_buffer.ReadBits(1);
|
||||||
if (symbol != TOPOLOGY_C) {
|
if (symbol != TOPOLOGY_C) {
|
||||||
// Else decode two additional bits.
|
// Else decode two additional bits.
|
||||||
symbol_suffix = bit_symbol_buffer.ReadBits(2);
|
symbol_suffix = bit_symbol_buffer.ReadBits(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user