summaryrefslogtreecommitdiff
path: root/third_party/aom/test/datarate_test.cc
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-10-18 06:04:57 -0500
committertrav90 <travawine@palemoon.org>2018-10-18 06:04:57 -0500
commita13358f5e85f4b90b6102380317ab294d95560c6 (patch)
tree5397ce7ee9bca1641118fdc3187bd9e2b24fdc9c /third_party/aom/test/datarate_test.cc
parent9244c371b4f9775ca52bc98414d59811c52d1b68 (diff)
downloadaura-central-a13358f5e85f4b90b6102380317ab294d95560c6.tar.gz
Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918
Diffstat (limited to 'third_party/aom/test/datarate_test.cc')
-rw-r--r--third_party/aom/test/datarate_test.cc4
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 a4a682681..6a1b4e101 100644
--- a/third_party/aom/test/datarate_test.cc
+++ b/third_party/aom/test/datarate_test.cc
@@ -21,8 +21,8 @@
namespace {
class DatarateTestLarge
- : public ::libaom_test::EncoderTest,
- public ::libaom_test::CodecTestWith2Params<libaom_test::TestMode, int> {
+ : public ::libaom_test::CodecTestWith2Params<libaom_test::TestMode, int>,
+ public ::libaom_test::EncoderTest {
public:
DatarateTestLarge() : EncoderTest(GET_PARAM(0)) {}