Disable DisableEnableBaseLayerTriggersKeyFrame
- Enable once a forward fix has landed in WebRTC. Bug: webrtc:13442 Change-Id: I295383b84a753e8e1f65006cc6a3c00b78033aa4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/245643 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#35659}
This commit is contained in:
parent
21e97f9b9d
commit
b82193cec8
@ -593,8 +593,8 @@ TEST(Vp9ImplTest, SpatialUpswitchNotAtGOFBoundary) {
|
|||||||
EXPECT_THAT(producer.SetNumInputFrames(1).Encode(),
|
EXPECT_THAT(producer.SetNumInputFrames(1).Encode(),
|
||||||
ElementsAre(GenericLayerIs(0, 0), GenericLayerIs(1, 0)));
|
ElementsAre(GenericLayerIs(0, 0), GenericLayerIs(1, 0)));
|
||||||
}
|
}
|
||||||
|
// TODO(bugs.webrtc.org/13442) Enable once a forward fix has landed in WebRTC.
|
||||||
TEST_F(TestVp9Impl, DisableEnableBaseLayerTriggersKeyFrame) {
|
TEST_F(TestVp9Impl, DISABLED_DisableEnableBaseLayerTriggersKeyFrame) {
|
||||||
// Configure encoder to produce N spatial layers. Encode frames for all
|
// Configure encoder to produce N spatial layers. Encode frames for all
|
||||||
// layers. Then disable all but the last layer. Then reenable all back again.
|
// layers. Then disable all but the last layer. Then reenable all back again.
|
||||||
test::ScopedFieldTrials override_field_trials(
|
test::ScopedFieldTrials override_field_trials(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user