aboutsummaryrefslogtreecommitdiff
path: root/third_party/libaom/source/libaom/test/datarate_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libaom/source/libaom/test/datarate_test.h')
-rw-r--r--third_party/libaom/source/libaom/test/datarate_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libaom/source/libaom/test/datarate_test.h b/third_party/libaom/source/libaom/test/datarate_test.h
index 0396034874..1b0d515efa 100644
--- a/third_party/libaom/source/libaom/test/datarate_test.h
+++ b/third_party/libaom/source/libaom/test/datarate_test.h
@@ -63,6 +63,7 @@ class DatarateTest : public ::libaom_test::EncoderTest {
encoder->Control(AV1E_SET_COEFF_COST_UPD_FREQ, 2);
encoder->Control(AV1E_SET_MODE_COST_UPD_FREQ, 2);
encoder->Control(AV1E_SET_MV_COST_UPD_FREQ, 2);
+ encoder->Control(AV1E_SET_DV_COST_UPD_FREQ, 2);
}
}