DescriptionEnsure that the DXVA decoder for VP8 and VP9 picks up the path for the HMFT correctly on non WOW64 environments
The DXVA decoder incorrectly assumes that the ProgramW6432 environment variable exists on vanilla 32 bit Windows
OS'es which is not the case. This causes the HMFT load to fail.
Fix is to only use the DIR_PROGRAM_FILES6432 directory type for a WOW64 environment which is 32 bit chrome on a 64
bit OS. In the normal case we use the vanilla DIR_PROGRAM_FILES type.
BUG=470193
Committed: https://crrev.com/793e7f070633e621b704fcdd930ae01442081b7a
Cr-Commit-Position: refs/heads/master@{#322272}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fixed indent #Messages
Total messages: 9 (3 generated)
|