| Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| index d978b6508d183eb883d138706074c1b5b8a962bf..5c275aa949015bd3ef63aa340d2283f2258b4488 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.h
|
| @@ -349,7 +349,7 @@ class VideoProcessorIntegrationTest : public testing::Test {
|
| analysis_frame_writer_.get(), packet_manipulator_.get(), config_,
|
| &stats_, source_frame_writer_.get(), encoded_frame_writer_.get(),
|
| decoded_frame_writer_.get()));
|
| - RTC_CHECK(processor_->Init());
|
| + processor_->Init();
|
| }
|
|
|
| // Reset quantities after each encoder update, update the target
|
|
|