Commit 1fa77e28 authored by Yaowu Xu's avatar Yaowu Xu
Browse files

fixed a decoder bug

the bug appears to be introduced from a merge at Commit:62400028..

Change-Id: I332d78b673f12e5ef2b0cdd6bab57dc2c8af7a72
Showing with 1 addition and 1 deletion
......@@ -695,7 +695,7 @@ CHECK_0_:
CAT_FIVE_CONTEXT_NODE_0_);
val = CAT6_MIN_VAL;
bits_count = CONFIG_EXTEND_QRANGE?14:12;
bits_count = CONFIG_EXTEND_QRANGE?12:10;
do
{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment