Skip to content
Snippets Groups Projects
Commit b6d874d7 authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "encode_test_driver: test for failure prior to encode"

parents bc0a9743 d1ff1e9f
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment