Commit eef96592 authored by Emircan Uysaler's avatar Emircan Uysaler Committed by Commit Bot

Prefer HW video codec for VP9 to keep using profile 0

Bug: webrtc:9376
Change-Id: I6b51d34cbbe217fe950d7a85a7d9ebd9e812111e
Reviewed-on: https://chromium-review.googlesource.com/c/1347216Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Commit-Queue: Emircan Uysaler <emircan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610461}
parent 27cb7d86
...@@ -353,7 +353,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcVideoQualityBrowserTest, ...@@ -353,7 +353,7 @@ IN_PROC_BROWSER_TEST_P(WebRtcVideoQualityBrowserTest,
IN_PROC_BROWSER_TEST_P(WebRtcVideoQualityBrowserTest, IN_PROC_BROWSER_TEST_P(WebRtcVideoQualityBrowserTest,
MANUAL_TestVideoQualityVp9) { MANUAL_TestVideoQualityVp9) {
base::ScopedAllowBlockingForTesting allow_blocking; base::ScopedAllowBlockingForTesting allow_blocking;
TestVideoQuality("VP9", false /* prefer_hw_video_codec */); TestVideoQuality("VP9", true /* prefer_hw_video_codec */);
} }
#if BUILDFLAG(RTC_USE_H264) #if BUILDFLAG(RTC_USE_H264)
......
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