Index: source/libvpx/test/frame_size_tests.cc |
=================================================================== |
--- source/libvpx/test/frame_size_tests.cc (revision 292608) |
+++ source/libvpx/test/frame_size_tests.cc (working copy) |
@@ -84,4 +84,13 @@ |
ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); |
#endif |
} |
+ |
+TEST_F(VP9FrameSizeTestsLarge, OneByOneVideo) { |
+ ::libvpx_test::RandomVideoSource video; |
+ |
+ video.SetSize(1, 1); |
+ video.set_limit(2); |
+ expected_res_ = VPX_CODEC_OK; |
+ ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); |
+} |
} // namespace |