]> granicus.if.org Git - libvpx/commit
Enable and fix resize_test for VP9
authorAdrian Grange <agrange@google.com>
Tue, 10 Sep 2013 19:02:37 +0000 (12:02 -0700)
committerAdrian Grange <agrange@google.com>
Tue, 10 Sep 2013 19:02:37 +0000 (12:02 -0700)
commit93ffd371eba7653fc96c6e1ba85afbabd84aad02
treeed679e3530fd0592fd491b931cb77fe2a1748236
parent3d22d3ae0c77dbb529040aa7674a3799e201ba81
Enable and fix resize_test for VP9

Added the resize_test unit test to the VP9 set.

Set g_in_frames = 0 to avoid a problem when the total
number of frames being encoded is smaller than
g_in_frames. In this case the test will not have
access to the encoded frames and will not be able to
compare them for testing for encoder/decoder mismatch.

Change-Id: I0d2ff8ef058de7002c5faa894ed6ea794d5f900b
test/resize_test.cc
test/test.mk