summaryrefslogtreecommitdiff
path: root/test/error_resilience_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-08-31 16:35:08 -0700
committerJames Zern <jzern@google.com>2022-08-31 16:35:08 -0700
commit028fc1b50f196cab1ec93816654fbefe64f20cf3 (patch)
treee9fdd3f5c6d691f942d7a50a658586c23fa389fa /test/error_resilience_test.cc
parent9d6d0624d7943a09cc0be9df1a7402522989ac1a (diff)
downloadlibvpx-028fc1b50f196cab1ec93816654fbefe64f20cf3.tar
libvpx-028fc1b50f196cab1ec93816654fbefe64f20cf3.tar.gz
libvpx-028fc1b50f196cab1ec93816654fbefe64f20cf3.tar.bz2
libvpx-028fc1b50f196cab1ec93816654fbefe64f20cf3.zip
test/*,cosmetics: normalize void parameter lists
replace (void) with (); use of this synonym is more common in C++ code. Change-Id: I9813e82234dc9caa7115918a0491b0040f6afaf4
Diffstat (limited to 'test/error_resilience_test.cc')
-rw-r--r--test/error_resilience_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/error_resilience_test.cc b/test/error_resilience_test.cc
index 45a327ec2..45138f14b 100644
--- a/test/error_resilience_test.cc
+++ b/test/error_resilience_test.cc
@@ -496,7 +496,7 @@ class ErrorResilienceTestLargeCodecControls
++tot_frame_number_;
}
- virtual void EndPassHook(void) {
+ virtual void EndPassHook() {
duration_ = (last_pts_ + 1) * timebase_;
if (cfg_.ts_number_layers > 1) {
for (int layer = 0; layer < static_cast<int>(cfg_.ts_number_layers);