diff options
Diffstat (limited to 'third_party/aom/test/datarate_test.cc')
-rw-r--r-- | third_party/aom/test/datarate_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/aom/test/datarate_test.cc b/third_party/aom/test/datarate_test.cc index 6a1b4e1012..d577be35a9 100644 --- a/third_party/aom/test/datarate_test.cc +++ b/third_party/aom/test/datarate_test.cc @@ -89,8 +89,8 @@ class DatarateTestLarge duration * timebase_ * cfg_.rc_target_bitrate * 1000); // Buffer should not go negative. - ASSERT_GE(bits_in_buffer_model_, 0) << "Buffer Underrun at frame " - << pkt->data.frame.pts; + ASSERT_GE(bits_in_buffer_model_, 0) + << "Buffer Underrun at frame " << pkt->data.frame.pts; const size_t frame_size_in_bits = pkt->data.frame.sz * 8; |