From 3cf20ed676a8c1d8dcafbe487777543d1b09ea3a Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 20 Oct 2015 20:27:36 -0700 Subject: [PATCH] Will re-enable after libvpx roll, needs to be updated. BUG= TBR=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1410013005 . Cr-Commit-Position: refs/heads/master@{#10345} --- .../video_coding/codecs/test/videoprocessor_integrationtest.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc index ec9d7567ce..d53437fcd0 100644 --- a/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc +++ b/webrtc/modules/video_coding/codecs/test/videoprocessor_integrationtest.cc @@ -730,6 +730,7 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossDenoiserOnVP9) { // Run with no packet loss, at low bitrate. // spatial_resize is on, so expect one resize during the sequence, // resize happens on delta frame. Expect only one key frame (first frame). +/* TEST_F(VideoProcessorIntegrationTest, ProcessNoLossSpatialResizeFrameDropVP9) { config_.networking_config.packet_loss_probability = 0; // Bitrate and frame rate profile. @@ -752,6 +753,7 @@ TEST_F(VideoProcessorIntegrationTest, ProcessNoLossSpatialResizeFrameDropVP9) { process_settings, rc_metrics); } +*/ // TODO(marpan): Add temporal layer test for VP9, once changes are in // vp9 wrapper for this.