commit | bc2e897dc710272401d6f299625c754168c6c9af | [log] [tgz] |
---|---|---|
author | Yaowu Xu <yaowu@google.com> | Wed Oct 18 15:10:41 2017 -0700 |
committer | Yaowu Xu <yaowu@google.com> | Wed Oct 18 22:19:38 2017 +0000 |
tree | a361585ced12c303cdd290c6d4712a1dc194ef58 | |
parent | 40c478a5f646357653ea18619011752f082b3212 [diff] |
Change test video size to 1080p Change-Id: I428f520a7018bd80cfc1cb7ac12864770168eb46
diff --git a/test/motion_vector_test.cc b/test/motion_vector_test.cc index fe20fd1..5803806 100644 --- a/test/motion_vector_test.cc +++ b/test/motion_vector_test.cc
@@ -81,7 +81,7 @@ // Reduce the test clip's resolution while testing on 32-bit system. if (sizeof(void *) == 4) { - width = 2048; + width = 1920; height = 1080; }