Merge "encode_test_driver: test for failure prior to encode"

This commit is contained in:
James Zern 2015-08-28 20:31:01 +00:00 committed by Gerrit Code Review
commit b6d874d73b

View File

@ -195,6 +195,7 @@ void EncoderTest::RunLoop(VideoSource *video) {
video->Begin();
encoder->InitEncoder(video);
ASSERT_FALSE(::testing::Test::HasFatalFailure());
unsigned long dec_init_flags = 0; // NOLINT
// Use fragment decoder if encoder outputs partitions.