aboutsummaryrefslogtreecommitdiff
path: root/libvpx/test/vp9_boolcoder_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/test/vp9_boolcoder_test.cc')
-rw-r--r--libvpx/test/vp9_boolcoder_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvpx/test/vp9_boolcoder_test.cc b/libvpx/test/vp9_boolcoder_test.cc
index 0cafa6730..6ba171a00 100644
--- a/libvpx/test/vp9_boolcoder_test.cc
+++ b/libvpx/test/vp9_boolcoder_test.cc
@@ -74,7 +74,7 @@ TEST(VP9, TestBitIO) {
GTEST_ASSERT_EQ(bw_buffer[0] & 0x80, 0);
vpx_reader br;
- vpx_reader_init(&br, bw_buffer, kBufferSize, NULL, NULL);
+ vpx_reader_init(&br, bw_buffer, kBufferSize, nullptr, nullptr);
bit_rnd.Reset(random_seed);
for (int i = 0; i < kBitsToTest; ++i) {
if (bit_method == 2) {