| Index: media/cast/cast_sender_impl.cc
|
| diff --git a/media/cast/cast_sender_impl.cc b/media/cast/cast_sender_impl.cc
|
| index 7b7751773045d90f6fa98b0488404cb2097c37c3..8c05e877f4f3017478419d010a84aaf1076b95fc 100644
|
| --- a/media/cast/cast_sender_impl.cc
|
| +++ b/media/cast/cast_sender_impl.cc
|
| @@ -121,8 +121,6 @@ void CastSenderImpl::InitializeVideo(
|
| const CreateVideoEncodeAcceleratorCallback& create_vea_cb,
|
| const CreateVideoEncodeMemoryCallback& create_video_encode_mem_cb) {
|
| DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::MAIN));
|
| - CHECK(video_config.use_external_encoder ||
|
| - cast_environment_->HasVideoThread());
|
|
|
| VLOG(1) << "CastSenderImpl@" << this << "::InitializeVideo()";
|
|
|
|
|