summaryrefslogtreecommitdiff
path: root/test/vp9_boolcoder_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/vp9_boolcoder_test.cc')
-rw-r--r--test/vp9_boolcoder_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vp9_boolcoder_test.cc b/test/vp9_boolcoder_test.cc
index bde28a5f3..6405a6cb5 100644
--- a/test/vp9_boolcoder_test.cc
+++ b/test/vp9_boolcoder_test.cc
@@ -77,7 +77,7 @@ TEST(VP9, TestBitIO) {
} else if (bit_method == 3) {
bit = bit_rnd(2);
}
- GTEST_ASSERT_EQ(decode_bool(&br, probas[i]), bit)
+ GTEST_ASSERT_EQ(vp9_read(&br, probas[i]), bit)
<< "pos: " << i << " / " << bits_to_test
<< " bit_method: " << bit_method
<< " method: " << method;