| Index: media/gpu/vaapi_video_decode_accelerator.cc
|
| diff --git a/media/gpu/vaapi_video_decode_accelerator.cc b/media/gpu/vaapi_video_decode_accelerator.cc
|
| index 372a257e1b0b89a77a677c6504108653d17cbfe6..755e9abfcab00d248739aafd3749d79dc50eac82 100644
|
| --- a/media/gpu/vaapi_video_decode_accelerator.cc
|
| +++ b/media/gpu/vaapi_video_decode_accelerator.cc
|
| @@ -333,7 +333,7 @@ bool VaapiVideoDecodeAccelerator::Initialize(const Config& config,
|
| Client* client) {
|
| DCHECK(task_runner_->BelongsToCurrentThread());
|
|
|
| - if (config.is_encrypted) {
|
| + if (config.is_encrypted()) {
|
| NOTREACHED() << "Encrypted streams are not supported for this VDA";
|
| return false;
|
| }
|
|
|