| Index: media/gpu/v4l2_video_decode_accelerator.cc
|
| diff --git a/media/gpu/v4l2_video_decode_accelerator.cc b/media/gpu/v4l2_video_decode_accelerator.cc
|
| index e0b261899610a830c816cff01c7b7e6e8d143b42..29fc6f8303e0a10b0c9dbb0099b9c29c03277ec9 100644
|
| --- a/media/gpu/v4l2_video_decode_accelerator.cc
|
| +++ b/media/gpu/v4l2_video_decode_accelerator.cc
|
| @@ -203,7 +203,7 @@ bool V4L2VideoDecodeAccelerator::Initialize(const Config& config,
|
| DCHECK(child_task_runner_->BelongsToCurrentThread());
|
| DCHECK_EQ(decoder_state_, kUninitialized);
|
|
|
| - if (config.is_encrypted) {
|
| + if (config.is_encrypted()) {
|
| NOTREACHED() << "Encrypted streams are not supported for this VDA";
|
| return false;
|
| }
|
|
|