]> granicus.if.org Git - libvpx/commit
test/svc_*_test: fix SetConfig() signature
authorJames Zern <jzern@google.com>
Sat, 8 Dec 2018 08:43:31 +0000 (00:43 -0800)
committerJames Zern <jzern@google.com>
Sun, 9 Dec 2018 07:17:31 +0000 (07:17 +0000)
commit70391e8fd69cb72b5babd7fbb9e8927ecdbefb6b
tree563f71a8efccf74bc1e4a8ed0ed4f4967ec64d01
parent0b7e4af7446bd2ed962776010812393d2a3dcf09
test/svc_*_test: fix SetConfig() signature

make the parameter constant to match the base class and mark the
function virtual. virtual is used to match the rest of the code base,
but now that c++11 is required all such functions could be changed to
override.

Change-Id: I551a05bbd9d05a9eddb653f42eaad68880c88141
test/svc_datarate_test.cc
test/svc_end_to_end_test.cc