Commit e79d6456 authored by weisert's avatar weisert Committed by Commit Bot

Disable hardware acceleration for vp9 on Win 10 until Creators Update.

R=dalecurtis@chromium.org

BUG=667532
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2902313003
Cr-Commit-Position: refs/heads/master@{#475769}
parent 3f3baed7
...@@ -2401,13 +2401,13 @@ ...@@ -2401,13 +2401,13 @@
}, },
{ {
"id": 224, "id": 224,
"description": "VPx decoding isn't supported before Windows 10 anniversary update.", "description": "VPx decoding isn't supported well before Windows 10 creators update.",
"cr_bugs": [616318], "cr_bugs": [616318, 667532],
"os": { "os": {
"type": "win", "type": "win",
"version": { "version": {
"op": "<", "op": "<",
"value": "10.0.14393" "value": "10.0.15063"
} }
}, },
"features": [ "features": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment