Revert "Disabling VeryLowBitrateVP9 to unblock roll."
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 <phoglund@webrtc.org> > Commit-Queue: Patrik Höglund <phoglund@webrtc.org> > 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 <phoglund@webrtc.org> Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23552}
This commit is contained in:
committed by
Commit Bot
parent
2d61162831
commit
443e71f528
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user