| Index: media/cast/test/encode_decode_test.cc
|
| diff --git a/media/cast/test/encode_decode_test.cc b/media/cast/test/encode_decode_test.cc
|
| index c63357e92d617131913f46b24519d5cd3e7aec69..a8b6b125dec3ef9ab3d8e13585ba97ae675123d2 100644
|
| --- a/media/cast/test/encode_decode_test.cc
|
| +++ b/media/cast/test/encode_decode_test.cc
|
| @@ -90,7 +90,8 @@ class EncodeDecodeTest : public ::testing::Test {
|
| int max_unacked_frames = 1;
|
| encoder_.reset(new Vp8Encoder(encoder_config_, max_unacked_frames));
|
| // Initialize to use one core.
|
| - decoder_.reset(new Vp8Decoder(1, cast_environment_));
|
| + decoder_.reset(new Vp8Decoder(cast_environment_));
|
| + decoder_->InitDecoder();
|
| }
|
|
|
| virtual ~EncodeDecodeTest() {}
|
|
|