summaryrefslogtreecommitdiff
path: root/test/vp9_end_to_end_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/vp9_end_to_end_test.cc')
-rw-r--r--test/vp9_end_to_end_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vp9_end_to_end_test.cc b/test/vp9_end_to_end_test.cc
index 2f711bc5b..564e514b3 100644
--- a/test/vp9_end_to_end_test.cc
+++ b/test/vp9_end_to_end_test.cc
@@ -155,7 +155,7 @@ class EndToEndTestLarge
virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
::libvpx_test::Encoder *encoder) {
- if (video->frame() == 1) {
+ if (video->frame() == 0) {
encoder->Control(VP9E_SET_FRAME_PARALLEL_DECODING, 1);
encoder->Control(VP9E_SET_TILE_COLUMNS, 4);
encoder->Control(VP8E_SET_CPUUSED, cpu_used_);