From 443e71f528fb3c0a414aa7c8d782b25d71be3987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Fri, 8 Jun 2018 13:06:51 +0000 Subject: [PATCH] Revert "Disabling VeryLowBitrateVP9 to unblock roll." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 16e28d143a32ff3552efe0a014178f68006812b8. Reason for revert: Fix has supposedly landed upstream. Original change's description: > Disabling VeryLowBitrateVP9 to unblock roll. > > This should be re-enabled very soon since the libvpx thinks this > is fixed upstream and is only waiting for merge. > > TBR=marpan@google.com > > Bug: webrtc:9292 > Change-Id: Ib78ea1462059c333b7168a52756329dc9a385b54 > Reviewed-on: https://webrtc-review.googlesource.com/81660 > Reviewed-by: Patrik Höglund > Commit-Queue: Patrik Höglund > Cr-Commit-Position: refs/heads/master@{#23525} TBR=phoglund@webrtc.org,marpan@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: webrtc:9292 Change-Id: I995953070536e8ee3540e7c30bc11dc1200e0463 Reviewed-on: https://webrtc-review.googlesource.com/82200 Reviewed-by: Patrik Höglund Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#23552} --- modules/video_coding/codecs/test/videocodec_test_libvpx.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/video_coding/codecs/test/videocodec_test_libvpx.cc b/modules/video_coding/codecs/test/videocodec_test_libvpx.cc index ada522a083..ca2e80dfa8 100644 --- a/modules/video_coding/codecs/test/videocodec_test_libvpx.cc +++ b/modules/video_coding/codecs/test/videocodec_test_libvpx.cc @@ -181,8 +181,7 @@ TEST(VideoCodecTestLibvpx, DenoiserOnVP9) { fixture->RunTest(rate_profiles, &rc_thresholds, &quality_thresholds, nullptr); } -// TODO(bugs.webrtc.org/9367): Temporarily disabled to unblock roll. -TEST(VideoCodecTestLibvpx, DISABLED_VeryLowBitrateVP9) { +TEST(VideoCodecTestLibvpx, VeryLowBitrateVP9) { auto config = CreateConfig(); config.SetCodecSettings(cricket::kVp9CodecName, 1, 1, 1, false, true, true, kCifWidth, kCifHeight);