| Index: webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
|
| index 2adcdaebff3991018646befdb62e1d3e9f8bfda0..402cafc95ef2f747bcebe0456e0af860b0c2e24c 100644
|
| --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
|
| +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc
|
| @@ -155,7 +155,7 @@ class VideoProcessorIntegrationTest : public testing::Test {
|
|
|
| void SetUpCodecConfig() {
|
| if (codec_type_ == kVideoCodecH264) {
|
| - encoder_ = H264Encoder::Create();
|
| + encoder_ = H264Encoder::Create(cricket::VideoCodec("H264"));
|
| decoder_ = H264Decoder::Create();
|
| VideoCodingModule::Codec(kVideoCodecH264, &codec_settings_);
|
| } else if (codec_type_ == kVideoCodecVP8) {
|
|
|