| Index: content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/dxva_video_decode_accelerator.cc b/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| index be50634283fa0f00806b7c69f5951f6889453eba..b3bbc8a407be2321ec1b1b52ef3abd7652fdc94c 100644
|
| --- a/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/dxva_video_decode_accelerator.cc
|
| @@ -941,8 +941,8 @@ bool DXVAVideoDecodeAccelerator::InitDecoder(media::VideoCodecProfile profile) {
|
| } else if (profile == media::VP8PROFILE_ANY ||
|
| profile == media::VP9PROFILE_ANY) {
|
| base::FilePath dll_path;
|
| - RETURN_ON_FAILURE(PathService::Get(base::DIR_PROGRAM_FILES, &dll_path),
|
| - "failed to get path for DIR_PROGRAM_FILES", false);
|
| + RETURN_ON_FAILURE(PathService::Get(base::DIR_PROGRAM_FILES6432, &dll_path),
|
| + "failed to get path for DIR_PROGRAM_FILES6432", false);
|
| dll_path = dll_path.Append(kVPXDecoderDLLPath);
|
| if (profile == media::VP8PROFILE_ANY) {
|
| codec_ = media::kCodecVP8;
|
|
|